Merge pull request #638 from lonerOrz/fix/battery-ui

fix: Increase the UI height of the battery
This commit is contained in:
Lemmy
2025-11-01 15:42:51 -04:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ NPanel {
id: root
preferredWidth: 350 * Style.uiScaleRatio
preferredHeight: 210 * Style.uiScaleRatio
preferredHeight: 250 * Style.uiScaleRatio
panelKeyboardFocus: true
property var optionsModel: []