From 7f93c3ed136420fec167cdbdca56fe4d188bec32 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 21:14:53 +1000 Subject: bar: make power button smaller Also move the circle logic to the pills preset and fix for other font sizes --- modules/bar/components/Power.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/bar/components/Power.qml') diff --git a/modules/bar/components/Power.qml b/modules/bar/components/Power.qml index ba34238..2524b3e 100644 --- a/modules/bar/components/Power.qml +++ b/modules/bar/components/Power.qml @@ -5,6 +5,5 @@ MaterialIcon { text: "power_settings_new" color: Appearance.colours.red font.bold: true - x: implicitWidth + Appearance.padding.large * 2 - BarConfig.sizes.height - width: BarConfig.sizes.height - Appearance.padding.large * 2 + font.pointSize: Appearance.font.size.normal } -- cgit v1.2.3-freya