more consolidation

This commit is contained in:
Aaron Seigo 2014-08-19 18:03:20 +02:00
parent 56828d5411
commit 4c5b640b1a

View file

@ -48,13 +48,13 @@ Leaves {
LockKey {
id: square
value: 1
anchors.left: parent.left
elementId: "square"
}
LockKey {
id: circle
value: 2
anchors.top: parent.top
anchors.left: square.right
elementId: "circle"
@ -63,7 +63,6 @@ Leaves {
LockKey {
id: ex
value: 3
anchors.top: parent.top
anchors.left: circle.right
elementId: "ex"
@ -73,7 +72,6 @@ Leaves {
LockKey {
id: triangle
value: 4
anchors.top: parent.top
anchors.left: ex.right
elementId: "triangle"