aboutsummaryrefslogtreecommitdiff
path: root/components/LineEditMulti.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-23 15:34:24 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-04-23 15:34:24 -0500
commit358e1d23facbd10fefbb2bf04c45b98f0c728ad0 (patch)
treee6a4d56120b5353c3d138593469e4e01793a98fa /components/LineEditMulti.qml
parentba0f7fc9f62467d1b95ef40adf849c6e4484fccd (diff)
parent7b7996dc66b65bf8e42315da13aa188c6a927282 (diff)
downloadmonzero-gui-358e1d23facbd10fefbb2bf04c45b98f0c728ad0.tar.gz
monzero-gui-358e1d23facbd10fefbb2bf04c45b98f0c728ad0.tar.xz
monzero-gui-358e1d23facbd10fefbb2bf04c45b98f0c728ad0.zip
Merge pull request #2106
7b7996d qrcodescanner: update icon with font awesome (mmbyday)
Diffstat (limited to 'components/LineEditMulti.qml')
-rw-r--r--components/LineEditMulti.qml5
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
}
}
}