From 169450aa2e9d9058686aab0f7cf54b728ecd6efa Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:47:45 +1000 Subject: feat: bar bluetooth devices --- modules/bar/Pills.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/bar/Pills.qml') diff --git a/modules/bar/Pills.qml b/modules/bar/Pills.qml index 814643a..042e9c1 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.normal, 0) + anchors.leftMargin: root.get(Appearance.padding.large, 0) anchors.top: root.get(undefined, osIcon.bottom) - anchors.topMargin: root.get(0, Appearance.padding.normal) + anchors.topMargin: root.get(0, Appearance.padding.large) 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.normal, 0) + anchors.leftMargin: root.get(Appearance.padding.large, 0) anchors.top: root.get(undefined, clock.bottom) - anchors.topMargin: root.get(0, Appearance.padding.normal) + anchors.topMargin: root.get(0, Appearance.padding.large) anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter) anchors.verticalCenter: root.get(parent.verticalCenter, undefined) -- cgit v1.2.3-freya