diff options
Diffstat (limited to 'modules/bar/components/StatusIcons.qml')
| -rw-r--r-- | modules/bar/components/StatusIcons.qml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index c260cc6..540f041 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -35,7 +35,7 @@ Item { anchors.horizontalCenter: network.horizontalCenter anchors.top: network.bottom - anchors.topMargin: Appearance.spacing.small + anchors.topMargin: Appearance.spacing.smaller / 2 animate: true text: Bluetooth.powered ? "bluetooth" : "bluetooth_disabled" @@ -47,7 +47,9 @@ Item { anchors.horizontalCenter: bluetooth.horizontalCenter anchors.top: bluetooth.bottom - anchors.topMargin: Appearance.spacing.small + anchors.topMargin: Appearance.spacing.smaller / 2 + + spacing: Appearance.spacing.smaller / 2 Repeater { id: repeater @@ -72,7 +74,7 @@ Item { anchors.horizontalCenter: devices.horizontalCenter anchors.top: repeater.count > 0 ? devices.bottom : bluetooth.bottom - anchors.topMargin: Appearance.spacing.small + anchors.topMargin: Appearance.spacing.smaller / 2 animate: true text: { |