More spacing tweaks

This commit is contained in:
David Heinemeier Hansson
2026-05-15 19:14:52 +02:00
parent 52817ec465
commit 6cb880908a
4 changed files with 3 additions and 3 deletions
@@ -1950,6 +1950,7 @@ Item {
property var device: UPower.displayDevice
text: root.batteryIcon()
horizontalMargin: 8.5
visible: device !== null && device.isPresent && device.percentage > 0
active: device !== null && device.percentage <= 20 && UPower.onBattery
tooltipText: root.batteryTooltip()