diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:52:02 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:52:02 -0600 |
| commit | 4c3f84a69501764015a00a3dd5497f11325354b6 (patch) | |
| tree | f3cda2dfe00d685259518a403eb16992df96bf36 /components/LineEditMulti.qml | |
| parent | 9b3a0d5b13bcc3e9c1b388c5a16b1805892dbce9 (diff) | |
| parent | 515bb16418564ff3990b489d37c115a5f82f3e72 (diff) | |
| download | monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.gz monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.tar.xz monzero-gui-4c3f84a69501764015a00a3dd5497f11325354b6.zip | |
Merge pull request #1835
515bb16 fix various QML warnings (xiphon)
Diffstat (limited to 'components/LineEditMulti.qml')
| -rw-r--r-- | components/LineEditMulti.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index 63b2dee2..191498f5 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -149,7 +149,6 @@ ColumnLayout { id: input readOnly: false addressValidation: false - anchors.top: item.showingHeader ? inputLabelRect.bottom : item.top Layout.fillWidth: true topPadding: item.showingHeader ? 10 * scaleRatio : 0 bottomPadding: 10 * scaleRatio |
