Better compact mode

This commit is contained in:
LemmyCook 2025-09-16 09:06:40 -04:00
parent 0da59954cd
commit 071100459f
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ Singleton {
}
property real capsuleHeight: {
if (Settings.data.bar.density === "compact") {
return barHeight * 0.95
return barHeight * 0.85
}
if (Settings.data.bar.density === "default") {
return barHeight * 0.82