bar: not repeat 32 (visual group height)

This commit is contained in:
end-4
2025-08-14 15:47:18 +07:00
parent dbd23a6ea4
commit 955a5ba7f2
4 changed files with 3 additions and 4 deletions
@@ -14,7 +14,7 @@ MouseArea {
readonly property bool isLow: percentage <= Config.options.battery.low / 100
implicitWidth: rowLayout.implicitWidth + rowLayout.spacing * 2
implicitHeight: 32
implicitHeight: Appearance.sizes.barGroupHeight
hoverEnabled: true