From 66c0d0a15fd9e7ab3c42c3e0f30ead8d793b8352 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:08:02 +1000 Subject: launcher: exact calculation for wallpaper width Fixes #322 --- modules/launcher/Wrapper.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/launcher/Wrapper.qml') diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml index 41126dd..f1ab672 100644 --- a/modules/launcher/Wrapper.qml +++ b/modules/launcher/Wrapper.qml @@ -6,6 +6,7 @@ Item { id: root required property PersistentProperties visibilities + required property var panels visible: height > 0 implicitHeight: 0 @@ -50,6 +51,8 @@ Item { Content { id: content + wrapper: root visibilities: root.visibilities + panels: root.panels } } -- cgit v1.2.3-freya