Merge pull request #46 from Amstel-DEV/Battery-Width

Battery Default Width Issue
This commit is contained in:
2 * r + 2 * t 2025-06-11 23:59:20 +10:00 committed by GitHub
commit bef79bde1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {