diff options
Diffstat (limited to 'qt-mobile/qml/StartPage.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 74da73ba8..f8dc36735 100644 --- a/qt-mobile/qml/StartPage.qml +++ b/qt-mobile/qml/StartPage.qml @@ -9,7 +9,7 @@ Item { anchors.fill: parent anchors.margins: MobileComponents.Units.gridUnit / 2 - property int buttonWidth: welcomeText.width * 0.66 + property int buttonWidth: welcomeText.width MobileComponents.Heading { Layout.bottomMargin: MobileComponents.Units.largeSpacing |