From 9071de0d601e588b6840b10d84edd6edc60c5a64 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 11:04:03 +1000 Subject: feat: shadow Border exclusivity Fix slider handle text colour --- config/BarConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 18eaf23..345aac9 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -19,7 +19,7 @@ Singleton { property int totalHeight: height property int height: 40 property int innerHeight: 30 - property int floatingGap: 10 + BackgroundConfig.border.thickness + property int floatingGap: 15 property int maxLabelWidth: 600 property int maxLabelHeight: 400 } -- cgit v1.2.3-freya