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 {
|
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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue