summaryrefslogtreecommitdiff
path: root/modules/dashboard/Wrapper.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/dashboard/Wrapper.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/dashboard/Wrapper.qml')
-rw-r--r--modules/dashboard/Wrapper.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/dashboard/Wrapper.qml b/modules/dashboard/Wrapper.qml
index 2dcd5c9..9c92695 100644
--- a/modules/dashboard/Wrapper.qml
+++ b/modules/dashboard/Wrapper.qml
@@ -31,6 +31,8 @@ Item {
}
}
+ readonly property real nonAnimHeight: state === "visible" ? (content.item?.nonAnimHeight ?? 0) : 0
+
visible: height > 0
implicitHeight: 0
implicitWidth: content.implicitWidth