diff options
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/StartPage.qml | 2 |
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 |