diff options
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 { |
