Merge pull request #712 from amnezia-vpn/bugfix/page-home-recursive-rearrange

fixed recursive rearrange on PageHome
This commit is contained in:
pokamest 2024-03-27 10:59:01 +00:00 committed by GitHub
commit f6acec53c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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