From 1a0d264fbc5531eb1ac37047e7975e84abc5eaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <30413512+eclipseo@users.noreply.github.com> Date: Sun, 20 Nov 2022 10:30:27 +0100 Subject: [PATCH] Add fix for Plama 5.26 resizable popup Fix #98 --- package/contents/ui/FullRepresentation.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/contents/ui/FullRepresentation.qml b/package/contents/ui/FullRepresentation.qml index 0f6b472..90db212 100644 --- a/package/contents/ui/FullRepresentation.qml +++ b/package/contents/ui/FullRepresentation.qml @@ -35,8 +35,8 @@ Item { property int headingHeight: defaultFontPixelSize * 2 property double hourLegendBottomMargin: defaultFontPixelSize * 0.2 - width: imageWidth - height: headingHeight + imageHeight + footerHeight + nextDaysHeight + nextDaysVerticalMargin * 2 + implicitWidth: imageWidth + implicitHeight: headingHeight + imageHeight + footerHeight + nextDaysHeight + nextDaysVerticalMargin * 2 PlasmaComponents.Label { id: currentLocationText