From 252f19ec0ec902c1fbb650260b29f1e63fc55867 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:07:04 +1000 Subject: launcher: prevent overlap with dashboard Fixes #612 --- modules/launcher/Content.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/launcher/Content.qml') diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index f4e1b45..f674569 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -13,6 +13,7 @@ Item { required property PersistentProperties visibilities required property var panels + required property real maxHeight readonly property int padding: Appearance.padding.large readonly property int rounding: Appearance.rounding.large @@ -36,6 +37,7 @@ Item { content: root visibilities: root.visibilities panels: root.panels + maxHeight: root.maxHeight - searchWrapper.implicitHeight - root.padding * 3 search: search padding: root.padding rounding: root.rounding -- cgit v1.2.3-freya