utils spacing

This commit is contained in:
Zacharias-Brohn
2026-02-05 18:51:01 +01:00
parent ce841444ca
commit f48278ed95
@@ -38,7 +38,7 @@ Item {
when: root.shouldBeActive when: root.shouldBeActive
PropertyChanges { PropertyChanges {
root.implicitHeight: content.implicitHeight + 18 * 2 root.implicitHeight: content.implicitHeight + 8 * 2
} }
} }
@@ -82,13 +82,13 @@ Item {
anchors.top: parent.top anchors.top: parent.top
anchors.left: parent.left anchors.left: parent.left
anchors.margins: 18 anchors.margins: 8
visible: false visible: false
active: true active: true
sourceComponent: Content { sourceComponent: Content {
implicitWidth: root.implicitWidth - 18 * 2 implicitWidth: root.implicitWidth - 8 * 2
props: root.props props: root.props
visibilities: root.visibilities visibilities: root.visibilities
popouts: root.popouts popouts: root.popouts