From 88101e4dd32d78f20ff2fe99f719e30ce170dd8f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 19 Jan 2016 12:53:32 -0800 Subject: QML UI: don't shorten the buttons I want a prettier visual for those, anyway, but artificially making them shorter than that text they display seems silly - and causes the text to be trunkated for no good reason on some devices. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/StartPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qml') 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 -- cgit v1.2.3-70-g09d2