fix errors in qml (they worked fine right before I committed
This commit is contained in:
parent
0362fd2227
commit
5c48c4c60a
6
cell.qml
6
cell.qml
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user