diff options
| author | xiphon <xiphon@protonmail.com> | 2018-12-17 09:10:11 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-12-17 09:10:11 +0000 |
| commit | 515bb16418564ff3990b489d37c115a5f82f3e72 (patch) | |
| tree | 6ca648abb0f3ad3c91da617442fb325223f8c3ff /components/LineEditMulti.qml | |
| parent | 59fc48bd8be5e7227ea3d7b571e9e04829e3636d (diff) | |
| download | monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.gz monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.tar.xz monzero-gui-515bb16418564ff3990b489d37c115a5f82f3e72.zip | |
fix various QML warnings
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 |
