Battery Default Width Fix

Battery Width Property Being set to:
- property int batteryWidth: 200

is too cramped for the details to display properly.

Battery Width Adjusted to 250
- property int batteryWidth: 250

now this will enable the contents to show properly while hovering in battery section.
This commit is contained in:
Amstel 2025-06-11 21:20:01 +08:00
parent 2b368a5310
commit 9ec489a49e

View file

@ -13,7 +13,7 @@ Singleton {
property int innerHeight: 30
property int windowPreviewSize: 400
property int trayMenuWidth: 300
property int batteryWidth: 200
property int batteryWidth: 250
}
component Workspaces: QtObject {