stable label widths via minText, increase group glow
This commit is contained in:
parent
7ab3b6ef75
commit
5de09fd5e2
9 changed files with 17 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ M.BarSection {
|
|||
}
|
||||
M.BarLabel {
|
||||
label: Math.round(root.volume * 100) + "%"
|
||||
minText: "100%"
|
||||
color: root.muted ? M.Theme.base04 : M.Theme.base0E
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue