inset bar contents to avoid overlap with screen corner curve
This commit is contained in:
parent
5a7d205516
commit
22c8287315
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue