aboutsummaryrefslogtreecommitdiff
path: root/components/StandardButton.qml
diff options
context:
space:
mode:
authorRoy Jacobs <roy.jacobs@12roar.com>2017-03-14 15:05:47 +0100
committerRoy Jacobs <roy.jacobs@12roar.com>2017-03-14 15:14:02 +0100
commit2b24c91bc58ad1f80eb5f07a995458d60401814e (patch)
tree95f21d5f67349340948c23e53a403fff433441bd /components/StandardButton.qml
parent897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff)
downloadmonzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.gz
monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.xz
monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.zip
Add missing, fix and improve translations
Diffstat (limited to 'components/StandardButton.qml')
-rw-r--r--components/StandardButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/StandardButton.qml b/components/StandardButton.qml
index bb2f4d94..14f33e8f 100644
--- a/components/StandardButton.qml
+++ b/components/StandardButton.qml
@@ -43,7 +43,7 @@ Item {
signal clicked()
// Dynamic label width
- Layout.minimumWidth: (label.contentWidth > 100)? label.contentWidth + 20 : 100
+ Layout.minimumWidth: (label.contentWidth > 80)? label.contentWidth + 20 : 100
@@ -88,7 +88,7 @@ Item {
font.pixelSize: button.fontSize
color: parent.textColor
visible: parent.icon === ""
- font.capitalization : Font.Capitalize
+// font.capitalization : Font.Capitalize
}
Image {