ags
This commit is contained in:
parent
214eefb894
commit
6d3e4abce0
1 changed files with 2 additions and 4 deletions
|
@ -131,10 +131,8 @@ function BatteryLabel() {
|
||||||
visible: battery.bind("available"),
|
visible: battery.bind("available"),
|
||||||
children: [
|
children: [
|
||||||
// Widget.Icon({ icon }),
|
// Widget.Icon({ icon }),
|
||||||
Widget.LevelBar({
|
Widget.Label({
|
||||||
widthRequest: 140,
|
label: value,
|
||||||
vpack: "center",
|
|
||||||
value,
|
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue