From 34e8c4fb8754f6a5f1dbe3350593a0ded4274bb6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 11:39:32 +1000 Subject: feat: bar shadow --- config/BarConfig.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 345aac9..727c376 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -16,6 +16,7 @@ Singleton { readonly property Presets presets: Presets {} component Sizes: QtObject { + property int exclusiveZone: totalHeight property int totalHeight: height property int height: 40 property int innerHeight: 30 @@ -51,7 +52,8 @@ Singleton { readonly property Preset pills: Preset { name: "pills" sizes: Sizes { - totalHeight: height + floatingGap + totalHeight: height + floatingGap * 2 + exclusiveZone: totalHeight - floatingGap } } readonly property Preset panel: Preset { -- cgit v1.2.3-freya