summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/qml/welcomeview.qml
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-06-27 04:42:09 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-06-27 12:44:37 +0200
commit040f9e996c53339a08b862064c38f06d609a6daf (patch)
treee8d0fcd7738a44354852af058de242fba8af22ff /examples/uml/duse-mt/qml/welcomeview.qml
parentd179e49beb16bf51e342ca8f36614728b4828d38 (diff)
Add SEKE demo
Change-Id: I9bf147e3215595097ea4337bbf35a10b13b8c62f Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'examples/uml/duse-mt/qml/welcomeview.qml')
-rw-r--r--examples/uml/duse-mt/qml/welcomeview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/uml/duse-mt/qml/welcomeview.qml b/examples/uml/duse-mt/qml/welcomeview.qml
index c9773cdc..b0d1dcee 100644
--- a/examples/uml/duse-mt/qml/welcomeview.qml
+++ b/examples/uml/duse-mt/qml/welcomeview.qml
@@ -41,7 +41,7 @@
import QtQuick 2.0
Image {
- fillMode: Image.Stretch
+ fillMode: Image.Pad
source: "welcome-background.jpg"
Row {
anchors { left: parent.left; right: parent.right; top: parent.top; margins: 20 }