This commit is contained in:
Hannes
2026-06-08 19:57:46 +02:00
parent adb742a088
commit b2eadfe9a2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ PanelWindow {
anchors.right: true
implicitHeight: (
screen.height >= 2160 ? screen.height * 0.02 :
screen.height >= 1440 ? screen.height * 0.03 :
screen.height >= 2160 ? screen.height * 0.03 :
screen.height >= 1440 ? screen.height * 0.035 :
screen.height * 0.04
)
+2 -2
View File
@@ -68,7 +68,7 @@ Row { // Workspace Row
: modelData.active ? Colors.primary
: Colors.secondary
font.pixelSize: Config.medium_scaling(bar.height)*1.2
font.pixelSize: Config.medium_scaling(bar.height)
font.family: Config.font
font.bold: true
}
@@ -81,7 +81,7 @@ Row { // Workspace Row
: modelData.active ? Colors.primary
: Colors.secondary
font.pixelSize: Config.medium_scaling(bar.height)
font.pixelSize: Config.medium_scaling(bar.height)*0.8
font.family: Config.font
font.letterSpacing: Math.floor(Config.medium_scaling(bar.height) * (2 / 3))
}