From 11c8e5c7eb9b5f6e522946c9f44e842fec41ba7b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:35:15 +1000 Subject: icons: some fixes for previous axes change Mostly spacing fixes Also qsTr windowinfo class and title when none --- modules/bar/components/StatusIcons.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/bar/components/StatusIcons.qml') 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: { -- cgit v1.2.3-freya