better
This commit is contained in:
+2
-2
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user