diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:15:57 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:15:57 +0200 |
| commit | 50ee2181982065c3ef551bff2e84a5c08125e4fd (patch) | |
| tree | 602eaeee8800b0b5a9fe75a9f2d096d824471204 /components | |
| parent | 5b1588b077cd58a38de0dbf387d64cac295c343d (diff) | |
| parent | be09e3e596433275c4455b61f575416d98649694 (diff) | |
| download | monzero-gui-50ee2181982065c3ef551bff2e84a5c08125e4fd.tar.gz monzero-gui-50ee2181982065c3ef551bff2e84a5c08125e4fd.tar.xz monzero-gui-50ee2181982065c3ef551bff2e84a5c08125e4fd.zip | |
Merge pull request #496
be09e3e Wizard: make sure next button is visible when stepping back (Jaquee)
ebcab01 Wizard: mobile redesign (Jaquee)
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 { |
