fixed recursive rearrange on PageHome
This commit is contained in:
parent
561b62cd40
commit
5206665fa0
2 changed files with 88 additions and 106 deletions
|
@ -89,12 +89,12 @@ RadioButton {
|
|||
}
|
||||
|
||||
contentItem: Item {
|
||||
implicitWidth: content.implicitWidth
|
||||
implicitHeight: content.implicitHeight
|
||||
|
||||
anchors.fill: parent
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.leftMargin: 8 + background.width
|
||||
|
||||
implicitHeight: content.implicitHeight
|
||||
|
||||
ColumnLayout {
|
||||
id: content
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue