diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-01-30 10:37:14 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-02-27 22:07:16 +0100 |
| commit | ebcab010bbf1eeaed0a0c734460a038bdbe374b8 (patch) | |
| tree | 1f30232e5a4ec0f97a37eec2eecb8e89c08f774d /components | |
| parent | e826f7c1ecdcdc1e588e67b07278f7433cd867eb (diff) | |
| download | monzero-gui-ebcab010bbf1eeaed0a0c734460a038bdbe374b8.tar.gz monzero-gui-ebcab010bbf1eeaed0a0c734460a038bdbe374b8.tar.xz monzero-gui-ebcab010bbf1eeaed0a0c734460a038bdbe374b8.zip | |
Wizard: mobile redesign
Diffstat (limited to 'components')
| -rw-r--r-- | components/StandardButton.qml | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
