From 25816662f8e744abb85f4b7f544e049c7c7d6260 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:40:44 +0100 Subject: [PATCH] wactioncenter: fix wrong gap from bar --- .../ii/modules/waffle/actionCenter/ActionCenterContent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/waffle/actionCenter/ActionCenterContent.qml b/dots/.config/quickshell/ii/modules/waffle/actionCenter/ActionCenterContent.qml index 284f72013..d01502444 100644 --- a/dots/.config/quickshell/ii/modules/waffle/actionCenter/ActionCenterContent.qml +++ b/dots/.config/quickshell/ii/modules/waffle/actionCenter/ActionCenterContent.qml @@ -23,6 +23,7 @@ WBarAttachedPanelContent { top: root.barAtBottom ? undefined : parent.top bottom: root.barAtBottom ? parent.bottom : undefined margins: root.visualMargin + bottomMargin: 0 } spacing: 12