inset bar contents to avoid overlap with screen corner curve

This commit is contained in:
Damocles 2026-04-12 19:31:00 +02:00
parent 5a7d205516
commit 22c8287315

View file

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