mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
ActiveWindow: use same font height as MediaMini
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ Singleton {
|
||||
return barHeight
|
||||
}
|
||||
if (Settings.data.bar.density === "default") {
|
||||
return barHeight
|
||||
return barHeight * 0.9
|
||||
}
|
||||
if (Settings.data.bar.density === "comfortable") {
|
||||
return Math.round(barHeight * 0.73)
|
||||
|
||||
Reference in New Issue
Block a user