Code review comment for lp:~zsombi/ubuntu-ui-toolkit/ima-in-window

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 13 === modified file 'modules/Ubuntu/Components/Popups/Dialog.qml'
> 20 + property Item dismissArea: dialog.dismissArea
>
>
> why is that there?

Because we need that property in the theme file. Previously we were using QuickUtils.rootObject but as from now we have a function to get the same thing (and as QuickUtuls is NOT a public component therefore we shouldn't use it in the theme files), we need the dismissArea to be accessible in theme file.

« Back to merge proposal