aboutsummaryrefslogtreecommitdiff
path: root/components/LineEditMulti.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-25 13:12:40 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-04-25 13:12:40 -0500
commit8fd8bdcb2fa7efd32e69da8cf5fd18514e52e88d (patch)
treec5a5a3489ff5b0352eb7b0574fa1b235ea116c8e /components/LineEditMulti.qml
parent528aba8724cc26bda665c27431671f4d0a7b528d (diff)
parent04d0b141521bc7189a34657c7bb070915eb7ce22 (diff)
downloadmonzero-gui-8fd8bdcb2fa7efd32e69da8cf5fd18514e52e88d.tar.gz
monzero-gui-8fd8bdcb2fa7efd32e69da8cf5fd18514e52e88d.tar.xz
monzero-gui-8fd8bdcb2fa7efd32e69da8cf5fd18514e52e88d.zip
Merge pull request #2107
04d0b14 InlineButton: fix warning and set font (selsta)
Diffstat (limited to 'components/LineEditMulti.qml')
-rw-r--r--components/LineEditMulti.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml
index 26d57509..f95961cb 100644
--- a/components/LineEditMulti.qml
+++ b/components/LineEditMulti.qml
@@ -201,7 +201,6 @@ ColumnLayout {
visible: (inlineButtonId.text || inlineButtonId.icon) && inlineButtonVisible ? true : false
anchors.right: parent.right
anchors.rightMargin: 8 * scaleRatio
- anchors.verticalCenter: parent.verticalCenter
}
}
}