fix(bar): graphical battery - dont eyeball the scale

This commit is contained in:
Lemmy
2026-03-08 14:11:08 -04:00
parent 864d6ad722
commit bfdf883b07
+1 -1
View File
@@ -173,7 +173,7 @@ Item {
id: nBattery
visible: root.useGraphicMode
anchors.centerIn: parent
baseSize: root.capsuleHeight * 0.45
baseSize: (Style.getBarHeightForScreen(root.screenName) / root.capsuleHeight) * Style.fontSizeXXS
showPercentageText: root.displayMode !== "graphic-clean"
vertical: root.isBarVertical
percentage: root.percent