diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-04-22 19:21:01 -0700 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-04-22 19:31:29 -0700 |
| commit | 7b7996dc66b65bf8e42315da13aa188c6a927282 (patch) | |
| tree | 07aa39a42a2ab932465afd8e11e1b71a27b4f9b0 /components/LineEditMulti.qml | |
| parent | 10926644bfe049b3c7b1dcd9b274a3a79cfa1e94 (diff) | |
| download | monzero-gui-7b7996dc66b65bf8e42315da13aa188c6a927282.tar.gz monzero-gui-7b7996dc66b65bf8e42315da13aa188c6a927282.tar.xz monzero-gui-7b7996dc66b65bf8e42315da13aa188c6a927282.zip | |
qrcodescanner: update icon with font awesome
Diffstat (limited to 'components/LineEditMulti.qml')
| -rw-r--r-- | components/LineEditMulti.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index e28d9e75..3689ad39 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, The Monero Project +// Copyright (c) 2014-2019, The Monero Project // // All rights reserved. // @@ -201,8 +201,7 @@ ColumnLayout { visible: (inlineButtonId.text || inlineButtonId.icon) && inlineButtonVisible ? true : false anchors.right: parent.right anchors.rightMargin: 8 * scaleRatio - anchors.top: parent.top - anchors.topMargin: 4 * scaleRatio + anchors.verticalCenter: parent.verticalCenter } } } |
