edge groups: uniform gap to gradient arc on all sides
This commit is contained in:
parent
2c5cf8c174
commit
427aeb438c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue