aboutsummaryrefslogtreecommitdiff
path: root/components/StandardButton.qml
diff options
context:
space:
mode:
authorMatthias Tarasiewicz <parasew@gmail.com>2017-03-25 17:22:13 +0100
committerGitHub <noreply@github.com>2017-03-25 17:22:13 +0100
commit0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (patch)
treef42099f728a988942bacab1014505e67ce7d26d3 /components/StandardButton.qml
parent6e381c38578ab130a9991189887ba68397e2bfad (diff)
parent12573652a0a5836938b02a2308098929fdf06ab4 (diff)
downloadmonzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.gz
monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.tar.xz
monzero-gui-0836bd9cfd0c1ec2918b50d703ee84d9700a0969.zip
Merge branch 'master' into patch-1
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 {