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>
This commit is contained in:
Sebastian Kügler 2015-11-07 03:17:15 +01:00 committed by Dirk Hohndel
parent 2b70b76133
commit 09b7ebf28b

View file

@ -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