QmlDesigner: Use midmap in states editor

Change-Id: Ia1dc15d911e493e7214d767f3eab15341e0b4e80
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-04-13 13:27:03 +02:00
parent b54bf8ad86
commit d3e4fa056a

View File

@@ -285,6 +285,7 @@ Rectangle {
anchors.fill: parent anchors.fill: parent
source: delegateStateImageSource source: delegateStateImageSource
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
mipmap: true
} }
} }
} }