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:
parent
2b368a5310
commit
9ec489a49e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue