summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-07 03:17:15 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-07 09:04:10 -0800
commit09b7ebf28b32d8ec20482818f1380d3fb91af409 (patch)
tree8e5dc110ae267cfb1918b75d36e1c277e48e99aa /qt-mobile
parent2b70b76133b6fc665ab02060e84f7179826cb6bf (diff)
downloadsubsurface-09b7ebf28b32d8ec20482818f1380d3fb91af409.tar.gz
tighter margins on start page
We use units.largeSpacing margins for page-level spacing. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/StartPage.qml2
1 files changed, 1 insertions, 1 deletions
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