Provide better scaling

This commit is contained in:
Ryan Hughes
2026-05-22 11:30:43 -04:00
parent baffca520f
commit 3ea8d9ffb7
13 changed files with 116 additions and 70 deletions
+1 -2
View File
@@ -259,8 +259,7 @@ Panel {
anchors.fill: parent
bar: root.bar
text: root.batteryIcon()
horizontalMargin: 8.5
rightExtraMargin: 2
horizontalMargin: 5
active: UPower.displayDevice && UPower.displayDevice.percentage <= 0.2 && UPower.onBattery
tooltipText: ""
onPressed: function(b) { root.toggle() }