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/lock/Buttons.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/lock') diff --git a/modules/lock/Buttons.qml b/modules/lock/Buttons.qml index 0d2ce54..51613b5 100644 --- a/modules/lock/Buttons.qml +++ b/modules/lock/Buttons.qml @@ -1,3 +1,5 @@ +pragma ComponentBehavior: Bound + import "root:/widgets" import "root:/services" import "root:/config" @@ -99,6 +101,7 @@ WrapperItem { text: parent.icon color: Colours.palette.m3onSecondaryContainer font.pointSize: (parent.width * 0.4) || 1 + font.weight: handler.hovered ? 500 : 400 } Behavior on radius { -- cgit v1.2.3-freya