From bfcc4aaf05477c0c748b7bd618ffc2345689a8aa Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Tue, 8 Dec 2015 02:08:37 +0100 Subject: Fix page margins of start page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consistent with other pages: half a gridUnit around the content. Signed-off-by: Sebastian Kügler --- qt-mobile/qml/StartPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile') diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml index fd80d55f9..361c917bf 100644 --- a/qt-mobile/qml/StartPage.qml +++ b/qt-mobile/qml/StartPage.qml @@ -7,7 +7,7 @@ Item { ColumnLayout { id: startpage anchors.fill: parent - anchors.margins: MobileComponents.Units.largeSpacing + anchors.margins: MobileComponents.Units.gridUnit / 2 property int buttonWidth: welcomeText.width * 0.66 -- cgit v1.2.3-70-g09d2