edge groups: uniform gap to gradient arc on all sides

This commit is contained in:
Damocles 2026-04-13 15:58:47 +02:00
parent 2c5cf8c174
commit 427aeb438c

View file

@ -97,8 +97,8 @@ PanelWindow {
Item { Item {
anchors.fill: parent anchors.fill: parent
anchors.topMargin: 3 anchors.topMargin: 3
anchors.leftMargin: Math.max(M.Theme.barPadding, M.Theme.screenRadius) anchors.leftMargin: 6
anchors.rightMargin: Math.max(M.Theme.barPadding, M.Theme.screenRadius) anchors.rightMargin: 6
// ---- center (declared first so left/right can anchor to it) ---- // ---- center (declared first so left/right can anchor to it) ----
RowLayout { RowLayout {