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

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

=== modified file 'qml/Dash/Apps/RunningApplicationTile.qml'
+ x: 0
+ y: 0
that's the default anyway.

+ property bool isLandscape: sourceSize.width > sourceSize.height
+ property real maxDimension: units.gu(17)
Both could be readonly.

« Back to merge proposal