Code review comment for lp:~unity-team/unity8/mirCompositor

Revision history for this message
Gerry Boland (gerboland) wrote :

=== modified file 'qml/Components/Lockscreen.qml'
- property url background: ""
+ property url background: shell.background
Breaks encapsulation

=== modified file 'qml/Shell.qml'
- background: shell.background
+ //background: shell.background // FIXME: Commenting out as Qt was complaining about this line
I'm not sure breaking encapsulation is better than fixing a warning.

« Back to merge proposal