fixed recursive rearrange on PageHome

This commit is contained in:
vladimir.kuznetsov 2024-03-25 22:30:44 +05:00
parent 561b62cd40
commit 5206665fa0
2 changed files with 88 additions and 106 deletions

View file

@ -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