From ebcab010bbf1eeaed0a0c734460a038bdbe374b8 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Mon, 30 Jan 2017 10:37:14 +0100 Subject: Wizard: mobile redesign --- components/StandardButton.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/StandardButton.qml') diff --git a/components/StandardButton.qml b/components/StandardButton.qml index 1d3f8192..f1253cd9 100644 --- a/components/StandardButton.qml +++ b/components/StandardButton.qml @@ -85,11 +85,10 @@ Item { horizontalAlignment: Text.AlignHCenter font.family: "Arial" font.bold: true - font.letterSpacing: -1 font.pixelSize: button.fontSize color: parent.textColor visible: parent.icon === "" - font.capitalization : Font.AllUppercase + font.capitalization : Font.Capitalize } Image { -- cgit v1.2.3