Fix page margins of start page

Consistent with other pages: half a gridUnit around the content.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2015-12-08 02:08:37 +01:00
parent 8bd59ebf4b
commit bfcc4aaf05

View file

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