diff options
Diffstat (limited to 'modules/bar/Pills.qml')
| -rw-r--r-- | modules/bar/Pills.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml index 46e55d4..556870d 100644 --- a/modules/bar/Pills.qml +++ b/modules/bar/Pills.qml @@ -12,6 +12,7 @@ BoxLayout { return BarConfig.vertical ? vert : horiz; } + vertical: BarConfig.vertical spacing: Appearance.padding.large anchors.fill: parent @@ -98,6 +99,7 @@ BoxLayout { Power { // Center in pill x: (BarConfig.sizes.height - width) / 2 + y: (BarConfig.sizes.height - height) / 2 anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter) anchors.verticalCenter: root.get(parent.verticalCenter, undefined) |