summaryrefslogtreecommitdiff
path: root/modules/bar/Pills.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 16:58:22 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 16:58:22 +1000
commita24e6f5b93fa3f91938490e3bc160150bf942379 (patch)
tree9b670e90bfed9d050d677f3f5fe652ee483aef56 /modules/bar/Pills.qml
parentbar: animate occupied workspaces (diff)
downloadcaelestia-shell-a24e6f5b93fa3f91938490e3bc160150bf942379.tar.gz
caelestia-shell-a24e6f5b93fa3f91938490e3bc160150bf942379.tar.bz2
caelestia-shell-a24e6f5b93fa3f91938490e3bc160150bf942379.zip
bar: increase spacing between pill content
Diffstat (limited to 'modules/bar/Pills.qml')
-rw-r--r--modules/bar/Pills.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml
index bf20f05..814643a 100644
--- a/modules/bar/Pills.qml
+++ b/modules/bar/Pills.qml
@@ -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)