summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/images/CachingImage.qml5
1 files changed, 0 insertions, 5 deletions
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