From b3d54fa0737bef45d04a049178ce8dba54ffbfcf Mon Sep 17 00:00:00 2001 From: ATMDA Date: Sun, 16 Nov 2025 16:49:54 -0500 Subject: controlcenter: animation correction on certain collapsiblesections --- components/controls/CollapsibleSection.qml | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-freya