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/launcher/ActionItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher') diff --git a/modules/launcher/ActionItem.qml b/modules/launcher/ActionItem.qml index db3242a..01dcf1b 100644 --- a/modules/launcher/ActionItem.qml +++ b/modules/launcher/ActionItem.qml @@ -39,7 +39,7 @@ Item { Item { anchors.left: icon.right - anchors.leftMargin: Appearance.spacing.larger + anchors.leftMargin: Appearance.spacing.normal anchors.verticalCenter: icon.verticalCenter implicitWidth: parent.width - icon.width -- cgit v1.2.3-freya