summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml')
-rw-r--r--examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml b/examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml
index 87ff5a54d..0b5624a5d 100644
--- a/examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml
+++ b/examples/video/qmlvideofx/qml/qmlvideofx/ContentImage.qml
@@ -42,5 +42,6 @@
import QtQuick 2.0
Image {
+ fillMode: Image.PreserveAspectFit
smooth: true
}