aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-04-11 17:20:37 +0200
committerMarco Bubke <marco.bubke@qt.io>2022-04-13 14:16:20 +0000
commit4bd71ebf6aee53a9ac15f9c7fe0f4819c91ae96b (patch)
treed9671c48c9ede695db34ac1590a1800a1bca54aa /src/plugins/studiowelcome/qml
parent63aaa65439ab46f256382f0267d45067b0d6c4ec (diff)
QmlDesigner: Fix poor snapshot quality
It removes the image cache in the AssetsLibraryView too because it is not used. Fix ODR violation too. Fixes: QDS-6553 Change-Id: I83d8f8b7cd385e2c8352986e4b5a5abd76ac7d5b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/studiowelcome/qml')
-rw-r--r--src/plugins/studiowelcome/qml/welcomepage/HoverOverDesaturate.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/studiowelcome/qml/welcomepage/HoverOverDesaturate.qml b/src/plugins/studiowelcome/qml/welcomepage/HoverOverDesaturate.qml
index 18e645c324..189694d330 100644
--- a/src/plugins/studiowelcome/qml/welcomepage/HoverOverDesaturate.qml
+++ b/src/plugins/studiowelcome/qml/welcomepage/HoverOverDesaturate.qml
@@ -116,6 +116,7 @@ Item {
id: image
width: 240
height: 125
+ mipmap: true
fillMode: Image.PreserveAspectFit
}
}