From 7dcb545ba0d08d1b454735b23dab9f36359aafb3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:42:27 +1000 Subject: plugin/cim: better sourceSize --- components/images/CachingImage.qml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'components') diff --git a/components/images/CachingImage.qml b/components/images/CachingImage.qml index b515622..a8916ae 100644 --- a/components/images/CachingImage.qml +++ b/components/images/CachingImage.qml @@ -8,13 +8,8 @@ Image { property alias path: manager.path - property int sourceWidth - property int sourceHeight - asynchronous: true fillMode: Image.PreserveAspectCrop - sourceSize.width: sourceWidth - sourceSize.height: sourceHeight Connections { target: QsWindow.window -- cgit v1.2.3-freya