From 515bb16418564ff3990b489d37c115a5f82f3e72 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 17 Dec 2018 09:10:11 +0000 Subject: fix various QML warnings --- components/LineEditMulti.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'components/LineEditMulti.qml') 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 -- cgit v1.2.3