Fixed a bunch of scaling issue in bar NIconButtons

This commit is contained in:
ItsLemmy
2025-10-09 17:31:42 -04:00
parent 075c8f08f6
commit 0989601dbc
14 changed files with 24 additions and 12 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ import qs.Widgets
NIconButton {
id: root
property real scaling: 1.0
// NIconButton must only define screen, not scaling
property ShellScreen screen
baseSize: Style.capsuleHeight
compact: (Settings.data.bar.density === "compact")