From 427aeb438ccad5d843f2d27202aca58ee8b9db8b Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 13 Apr 2026 15:58:47 +0200 Subject: [PATCH] edge groups: uniform gap to gradient arc on all sides --- modules/Bar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Bar.qml b/modules/Bar.qml index 74364e2..6893eb0 100644 --- a/modules/Bar.qml +++ b/modules/Bar.qml @@ -97,8 +97,8 @@ PanelWindow { Item { anchors.fill: parent anchors.topMargin: 3 - anchors.leftMargin: Math.max(M.Theme.barPadding, M.Theme.screenRadius) - anchors.rightMargin: Math.max(M.Theme.barPadding, M.Theme.screenRadius) + anchors.leftMargin: 6 + anchors.rightMargin: 6 // ---- center (declared first so left/right can anchor to it) ---- RowLayout {