diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-11-02 19:51:53 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-11-03 16:57:12 +0100 |
| commit | 4775a5b74da48e27f46f62d027f14cf235caabb2 (patch) | |
| tree | ce2e4d3a6de3e829d046e79e7ba8aa0c7d596b27 /components/StandardButton.qml | |
| parent | bfafd7b2792e2f5e2d9475e66d6d4f580a548bbc (diff) | |
| download | monzero-gui-4775a5b74da48e27f46f62d027f14cf235caabb2.tar.gz monzero-gui-4775a5b74da48e27f46f62d027f14cf235caabb2.tar.xz monzero-gui-4775a5b74da48e27f46f62d027f14cf235caabb2.zip | |
mobile layout tweaks
Diffstat (limited to 'components/StandardButton.qml')
| -rw-r--r-- | components/StandardButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/StandardButton.qml b/components/StandardButton.qml index 0ee722b5..6f714947 100644 --- a/components/StandardButton.qml +++ b/components/StandardButton.qml @@ -43,7 +43,7 @@ Item { signal clicked() // Dynamic label width - Layout.minimumWidth: (label.contentWidth + 10 * scaleRatio) // (label.contentWidth > 80)? label.contentWidth + 20 : 100 + Layout.minimumWidth: (label.contentWidth > 50)? label.contentWidth + 10 : 60 function doClick() { // Android workaround |
