summaryrefslogtreecommitdiff
path: root/modules/lock/Buttons.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-26 21:35:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-26 21:35:15 +1000
commit11c8e5c7eb9b5f6e522946c9f44e842fec41ba7b (patch)
treef4e715dada3ebaeef457779bbcf744bd7c629077 /modules/lock/Buttons.qml
parenticons: use variable axes (diff)
downloadcaelestia-shell-11c8e5c7eb9b5f6e522946c9f44e842fec41ba7b.tar.gz
caelestia-shell-11c8e5c7eb9b5f6e522946c9f44e842fec41ba7b.tar.bz2
caelestia-shell-11c8e5c7eb9b5f6e522946c9f44e842fec41ba7b.zip
icons: some fixes for previous axes change
Mostly spacing fixes Also qsTr windowinfo class and title when none
Diffstat (limited to 'modules/lock/Buttons.qml')
-rw-r--r--modules/lock/Buttons.qml3
1 files changed, 3 insertions, 0 deletions
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 {