ActiveWindow: use same font height as MediaMini

This commit is contained in:
Ly-sec 2025-09-16 13:08:30 +02:00
parent d8db086127
commit 03698e7bb9
2 changed files with 3 additions and 3 deletions

View file

@ -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)