From 6a7d42f3de08670d53fc59461fcb785552cf7d88 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 25 Feb 2019 17:24:17 +0000 Subject: [PATCH] LineEditMulti: fix binding loop --- components/LineEditMulti.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index e27e3008..d251fe26 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -35,7 +35,6 @@ ColumnLayout { id: item Layout.fillWidth: true - Layout.preferredHeight: childrenRect.height property alias text: input.text property alias labelText: inputLabel.text