From bc2f308673ccf5bee9bac5a34d823c4f6ae0c090 Mon Sep 17 00:00:00 2001 From: voidarc Date: Thu, 6 Aug 2026 17:43:27 +0100 Subject: [PATCH] changed width --- Bar/Time.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Time.qml b/Bar/Time.qml index dbb3ba5..777a090 100644 --- a/Bar/Time.qml +++ b/Bar/Time.qml @@ -24,7 +24,7 @@ Container { PropertyChanges { root.boxHeight: 32 root.boxRadius: 12 - root.boxWidth: 110 + root.boxWidth: 107 } } ]