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