From 9e717c5ce02b551055861cdb191acd5d630f8cd1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 14:29:27 +1000 Subject: dev: get rid of wrapper width/height = 0 warnings --- modules/launcher/Wrapper.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/launcher/Wrapper.qml') 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 -- cgit v1.2.3-freya