fix errors in qml (they worked fine right before I committed

This commit is contained in:
lordwelch 2016-01-14 21:25:31 -08:00
parent 0362fd2227
commit 5c48c4c60a
2 changed files with 27 additions and 25 deletions

View File

@ -1,7 +1,9 @@
import QtQuick 2.0
Rectangle {
property int index: 0
property int index: 0/*
anchors.right: parent
anchors.left: parent*/
Text {
id: cellText
@ -24,4 +26,4 @@ Rectangle {
anchors.fill: parent
}
}
}

View File

@ -67,7 +67,6 @@ ApplicationWindow {
anchors.left: parent.left
}
}
}
Rectangle {
id: col2
@ -97,4 +96,5 @@ ApplicationWindow {
clip: false
visible: true
}
}
}