QML is complaining about the anchoring
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 14:13:17 +0000 (17:13 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 14:13:17 +0000 (17:13 +0300)
qml/FlashButton.qml
qml/SceneButton.qml

index 51a8476..5ef0188 100644 (file)
@@ -31,8 +31,6 @@ Selector {
                 id: row
                 height: button.checked ? 64 : 0
                 width: button.checked ? (children.length * height) +  (children.length - 1) * spacing : 0
-                anchors.left: button.right
-                anchors.leftMargin: 20
                 spacing: 10
 
                 Behavior on width {
index f52c4bf..6c521ea 100644 (file)
@@ -31,8 +31,6 @@ Selector {
                 id: row
                 height: button.checked ? 64 : 0
                 width: button.checked ? (children.length * height) +  (children.length - 1) * spacing : 0
-                anchors.left: button.right
-                anchors.leftMargin: 20
                 spacing: 10
 
                 Behavior on width {