fix brightness icon
This commit is contained in:
parent
186c9a3aa2
commit
79a5014a37
1 changed files with 6 additions and 5 deletions
|
|
@ -42,11 +42,12 @@ M.BarSection {
|
|||
root.percent = Math.round((c / m) * 100);
|
||||
}
|
||||
|
||||
Text {
|
||||
text: root.percent + "% "
|
||||
color: M.Theme.base05
|
||||
font.pixelSize: M.Theme.fontSize
|
||||
font.family: M.Theme.fontFamily
|
||||
M.BarIcon {
|
||||
icon: "\uF185"
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
M.BarLabel {
|
||||
label: root.percent + "%"
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue