summaryrefslogtreecommitdiff
path: root/modules/dashboard/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/dashboard/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/dashboard/Content.qml')
-rw-r--r--modules/dashboard/Content.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml
index fcf58e1..8a9ed5f 100644
--- a/modules/dashboard/Content.qml
+++ b/modules/dashboard/Content.qml
@@ -15,9 +15,10 @@ Item {
required property PersistentProperties state
required property FileDialog facePicker
readonly property real nonAnimWidth: view.implicitWidth + viewWrapper.anchors.margins * 2
+ readonly property real nonAnimHeight: tabs.implicitHeight + tabs.anchors.topMargin + view.implicitHeight + viewWrapper.anchors.margins * 2
implicitWidth: nonAnimWidth
- implicitHeight: tabs.implicitHeight + tabs.anchors.topMargin + view.implicitHeight + viewWrapper.anchors.margins * 2
+ implicitHeight: nonAnimHeight
Tabs {
id: tabs