summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 14:29:27 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 14:29:27 +1000
commit9e717c5ce02b551055861cdb191acd5d630f8cd1 (patch)
tree3465daf1faad63ae85b4f305b03b3c790dbfb96d /modules
parentfeat: bar shadow (diff)
downloadcaelestia-shell-9e717c5ce02b551055861cdb191acd5d630f8cd1.tar.gz
caelestia-shell-9e717c5ce02b551055861cdb191acd5d630f8cd1.tar.bz2
caelestia-shell-9e717c5ce02b551055861cdb191acd5d630f8cd1.zip
dev: get rid of wrapper width/height = 0 warnings
Diffstat (limited to 'modules')
-rw-r--r--modules/launcher/Wrapper.qml1
-rw-r--r--modules/osd/Wrapper.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml
index e310862..aa16b8a 100644
--- a/modules/launcher/Wrapper.qml
+++ b/modules/launcher/Wrapper.qml
@@ -8,6 +8,7 @@ Item {
required property real contentHeight
property bool shouldBeVisible
+ visible: height > 0
height: 0
clip: true
diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml
index 92bd3c2..610735f 100644
--- a/modules/osd/Wrapper.qml
+++ b/modules/osd/Wrapper.qml
@@ -8,6 +8,7 @@ Item {
required property real contentWidth
property bool shouldBeVisible
+ visible: width > 0
width: 0
clip: true