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/windowinfo/Details.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/windowinfo/Details.qml') diff --git a/modules/windowinfo/Details.qml b/modules/windowinfo/Details.qml index 7b9f9b8..da25f61 100644 --- a/modules/windowinfo/Details.qml +++ b/modules/windowinfo/Details.qml @@ -14,7 +14,7 @@ ColumnLayout { Label { Layout.topMargin: Appearance.padding.large * 2 - text: Hyprland.activeClient?.title ?? "No active client" + text: Hyprland.activeClient?.title ?? qsTr("No active client") wrapMode: Text.WrapAtWordBoundaryOrAnywhere font.pointSize: Appearance.font.size.large @@ -22,7 +22,7 @@ ColumnLayout { } Label { - text: Hyprland.activeClient?.wmClass ?? "No active client" + text: Hyprland.activeClient?.wmClass ?? qsTr("No active client") color: Colours.palette.m3tertiary font.pointSize: Appearance.font.size.larger @@ -132,7 +132,7 @@ ColumnLayout { Layout.rightMargin: Appearance.padding.large Layout.fillWidth: true - spacing: Appearance.spacing.normal + spacing: Appearance.spacing.smaller MaterialIcon { id: icon -- cgit v1.2.3-freya