Clean up ContentView/Show warnings
This commit is contained in:
@@ -18,8 +18,6 @@ Item {
|
||||
|
||||
height: baseHeight
|
||||
width: (baseHeight * 8 / 7) * 0.68
|
||||
Column {
|
||||
anchors.fill: parent
|
||||
Item {
|
||||
id: parentElem
|
||||
state: (elemSelected && (index == xIndex)) ? "selected" : "deselected"
|
||||
@@ -40,7 +38,7 @@ Item {
|
||||
border.color: "orange"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
radius: parent.borderRadius
|
||||
radius: borderRadius
|
||||
}
|
||||
Image {
|
||||
id: img
|
||||
@@ -96,7 +94,5 @@ Item {
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user