Center the heading on welcome page.

Change-Id: I6713eb330ab4eb6bcbb8b5b897b250b22bca3c20
Reviewed-on: http://codereview.qt.nokia.com/898
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
con
2011-06-29 14:33:14 +02:00
committed by Eike Ziller
parent 18ca223447
commit 3c1c82ea85
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ Image {
id: header; id: header;
source: "qrc:welcome/images/center_frame_header.png"; source: "qrc:welcome/images/center_frame_header.png";
anchors.verticalCenter: parent.verticalCenter; anchors.verticalCenter: parent.verticalCenter;
anchors.left: parent.left; anchors.horizontalCenter: parent.horizontalCenter;
anchors.topMargin: 2 anchors.topMargin: 2
} }
anchors.top: root.top anchors.top: root.top

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB