From c665c0ca98d72c172893e8bbd9c893aaa2b9f46e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 10:19:46 +1000 Subject: feat: border + colour changes --- config/BarConfig.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index f0899b4..18eaf23 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -19,8 +19,7 @@ Singleton { property int totalHeight: height property int height: 40 property int innerHeight: 30 - property int floatingGap: 10 - property int floatingGapLarge: 15 + property int floatingGap: 10 + BackgroundConfig.border.thickness property int maxLabelWidth: 600 property int maxLabelHeight: 400 } -- cgit v1.2.3-freya