From 9ec489a49e17773939aacf13dd2897b1955965a9 Mon Sep 17 00:00:00 2001 From: Amstel Date: Wed, 11 Jun 2025 21:20:01 +0800 Subject: 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. --- config/BarConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 2b5e7d5..21f9314 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -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 { -- cgit v1.2.3-freya