From 09b7ebf28b32d8ec20482818f1380d3fb91af409 Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Sat, 7 Nov 2015 03:17:15 +0100 Subject: tighter margins on start page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We use units.largeSpacing margins for page-level spacing. Signed-off-by: Sebastian Kügler Signed-off-by: Dirk Hohndel --- qt-mobile/qml/StartPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml index 242ecdd88..31388f52f 100644 --- a/qt-mobile/qml/StartPage.qml +++ b/qt-mobile/qml/StartPage.qml @@ -6,7 +6,7 @@ Item { ColumnLayout { id: startpage anchors.fill: parent - anchors.margins: units.gridUnit * 4 + anchors.margins: units.largeSpacing property int buttonWidth: welcomeText.width * 0.66 -- cgit v1.2.3-70-g09d2