Different scaling for Bar and Panels

This commit is contained in:
ItsLemmy
2025-10-12 15:48:52 -04:00
parent a2cd377837
commit 9f54822e4c
14 changed files with 47 additions and 16 deletions
+1
View File
@@ -90,6 +90,7 @@ Item {
text: root.text + root.suffix
family: Settings.data.ui.fontFixed
pointSize: textSize
applyUiScale: false
font.weight: Style.fontWeightBold
color: forceOpen ? Color.mOnSurface : Color.mPrimary
visible: revealed
+1
View File
@@ -102,6 +102,7 @@ Item {
text: root.text + root.suffix
family: Settings.data.ui.fontFixed
pointSize: textSize
applyUiScale: false
font.weight: Style.fontWeightMedium
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter