From b54ce46b986b39450786f3aec69e2b9aca6cdc5d Mon Sep 17 00:00:00 2001 From: ATMDA Date: Mon, 17 Nov 2025 19:31:31 -0500 Subject: controlcenter: corrected spacing between collapsiblesection headers and content --- components/controls/CollapsibleSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/controls/CollapsibleSection.qml b/components/controls/CollapsibleSection.qml index a1f038b..078145b 100644 --- a/components/controls/CollapsibleSection.qml +++ b/components/controls/CollapsibleSection.qml @@ -16,7 +16,7 @@ ColumnLayout { signal toggleRequested - spacing: 0 + spacing: Appearance.spacing.small Layout.fillWidth: true Item { -- cgit v1.2.3-freya