bar: increase spacing between pill content
This commit is contained in:
parent
c24034341e
commit
a24e6f5b93
1 changed files with 4 additions and 4 deletions
|
|
@ -35,9 +35,9 @@ Item {
|
|||
vertical: BarConfig.vertical
|
||||
|
||||
anchors.left: root.get(osIcon.right, undefined)
|
||||
anchors.leftMargin: root.get(Appearance.padding.smaller, 0)
|
||||
anchors.leftMargin: root.get(Appearance.padding.normal, 0)
|
||||
anchors.top: root.get(undefined, osIcon.bottom)
|
||||
anchors.topMargin: root.get(0, Appearance.padding.smaller)
|
||||
anchors.topMargin: root.get(0, Appearance.padding.normal)
|
||||
|
||||
anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter)
|
||||
anchors.verticalCenter: root.get(parent.verticalCenter, undefined)
|
||||
|
|
@ -70,9 +70,9 @@ Item {
|
|||
|
||||
StatusIcons {
|
||||
anchors.left: root.get(clock.right, undefined)
|
||||
anchors.leftMargin: root.get(Appearance.padding.smaller, 0)
|
||||
anchors.leftMargin: root.get(Appearance.padding.normal, 0)
|
||||
anchors.top: root.get(undefined, clock.bottom)
|
||||
anchors.topMargin: root.get(0, Appearance.padding.smaller)
|
||||
anchors.topMargin: root.get(0, Appearance.padding.normal)
|
||||
|
||||
anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter)
|
||||
anchors.verticalCenter: root.get(parent.verticalCenter, undefined)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue