remove anchor bindings on battery

This commit is contained in:
lucy 2026-02-08 12:32:21 +01:00
parent c13610253f
commit b09099a217

View File

@ -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 {