From 82139e9c2d04bae0d40fa5702751d6bf7edfce05 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:07:44 +1000 Subject: refactor: workspaces use inner bar height Also simplify boxpadding --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 0173f18..1ecffc0 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -11,6 +11,7 @@ Singleton { component Sizes: QtObject { readonly property int height: 50 + readonly property int innerHeight: 30 readonly property int floatingGap: 10 readonly property int floatingGapLarge: 15 } -- cgit v1.2.3-freya