From b09099a217fcd31509e8e89f1f5a0b7b911d2670 Mon Sep 17 00:00:00 2001 From: lucy Date: Sun, 8 Feb 2026 12:32:21 +0100 Subject: [PATCH] remove anchor bindings on battery --- modules/bar/Battery.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bar/Battery.qml b/modules/bar/Battery.qml index 1e90bc2..80f150c 100644 --- a/modules/bar/Battery.qml +++ b/modules/bar/Battery.qml @@ -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 {