Better compact mode
This commit is contained in:
parent
0da59954cd
commit
071100459f
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue