remove anchor bindings on battery
This commit is contained in:
parent
c13610253f
commit
b09099a217
@ -13,7 +13,6 @@ Rectangle {
|
||||
visible: UPower.displayDevice.isLaptopBattery
|
||||
radius: implicitHeight / 2
|
||||
color: Colors.surfaceContainer
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
implicitWidth: UPower.displayDevice.isLaptopBattery ? root.implicitWidth + 20 : 0
|
||||
implicitHeight: Settings.config.barHeight - 10
|
||||
Item {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user