Code review comment for lp:~gerboland/unity-2d/dash-lenses

Revision history for this message
Florian Boucault (fboucault) wrote :

In places/dash.qml:

[...]
        LensBar {
[...]
            anchors.left: parent.left
            anchors.right: parent.right
            width: parent.width

either set the left and right anchors or the width, not both. Using anchors is more efficient.

review: Needs Fixing

« Back to merge proposal