aboutsummaryrefslogtreecommitdiff
path: root/components/LineEditMulti.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-23 23:21:47 +0200
committerselsta <selsta@sent.at>2019-04-23 23:21:47 +0200
commit04d0b141521bc7189a34657c7bb070915eb7ce22 (patch)
treef5181d873c8e84a3c1f8140b760631d69138ded7 /components/LineEditMulti.qml
parent358e1d23facbd10fefbb2bf04c45b98f0c728ad0 (diff)
downloadmonzero-gui-04d0b141521bc7189a34657c7bb070915eb7ce22.tar.gz
monzero-gui-04d0b141521bc7189a34657c7bb070915eb7ce22.tar.xz
monzero-gui-04d0b141521bc7189a34657c7bb070915eb7ce22.zip
InlineButton: fix warning and set font
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 3689ad39..71e27c1d 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
}
}
}