summaryrefslogtreecommitdiff
path: root/modules/launcher/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 19:07:04 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 19:07:04 +1000
commit252f19ec0ec902c1fbb650260b29f1e63fc55867 (patch)
tree7392e723047b0b6035b83588066f3366e37ba722 /modules/launcher/Content.qml
parentinternal: fix blurriness (diff)
downloadcaelestia-shell-252f19ec0ec902c1fbb650260b29f1e63fc55867.tar.gz
caelestia-shell-252f19ec0ec902c1fbb650260b29f1e63fc55867.tar.bz2
caelestia-shell-252f19ec0ec902c1fbb650260b29f1e63fc55867.zip
launcher: prevent overlap with dashboard
Fixes #612
Diffstat (limited to 'modules/launcher/Content.qml')
-rw-r--r--modules/launcher/Content.qml2
1 files changed, 2 insertions, 0 deletions
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