diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/controls/CollapsibleSection.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/controls/CollapsibleSection.qml b/components/controls/CollapsibleSection.qml index 7cb14a0..aa206ba 100644 --- a/components/controls/CollapsibleSection.qml +++ b/components/controls/CollapsibleSection.qml @@ -154,10 +154,9 @@ ColumnLayout { id: contentColumn anchors.left: parent.left anchors.right: parent.right - anchors.top: parent.top + y: Appearance.spacing.small anchors.leftMargin: Appearance.padding.normal anchors.rightMargin: Appearance.padding.normal - anchors.topMargin: Appearance.spacing.small anchors.bottomMargin: Appearance.spacing.small spacing: Appearance.spacing.small opacity: root.expanded ? 1.0 : 0.0 |