aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-12-08 02:08:37 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-12-08 02:08:37 +0100
commitbfcc4aaf05477c0c748b7bd618ffc2345689a8aa (patch)
tree961a39f140784f79c4f7e034d5b62f2ab493cbaf /qt-mobile/qml
parent8bd59ebf4b0da2c4d77ec2a490aca94ab9dd6146 (diff)
downloadsubsurface-bfcc4aaf05477c0c748b7bd618ffc2345689a8aa.tar.gz
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>
Diffstat (limited to 'qt-mobile/qml')
-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 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