1
0
This commit is contained in:
Sander van Grieken
2023-02-06 22:52:38 +01:00
parent a844503861
commit 99133a65dd

View File

@@ -28,7 +28,6 @@ Container {
})) }))
contentRoot.children.push(button) contentRoot.children.push(button)
console.log('push ' + i + ', v=' + button.visible + ',len=' + contentRoot.children.length)
} }
contentItem = contentRoot contentItem = contentRoot
@@ -51,8 +50,6 @@ Container {
Layout.fillWidth: false Layout.fillWidth: false
Layout.preferredWidth: 2 Layout.preferredWidth: 2
Layout.preferredHeight: pheight Layout.preferredHeight: pheight
Layout.leftMargin: 2
Layout.rightMargin: 2
Layout.alignment: Qt.AlignVCenter Layout.alignment: Qt.AlignVCenter
color: constants.darkerBackground color: constants.darkerBackground
Component.onCompleted: { Component.onCompleted: {