Merge pull request #1968

6a7d42f LineEditMulti: fix binding loop (xiphon)
This commit is contained in:
luigi1111 2019-02-25 14:39:53 -06:00
commit 94c50199ea
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -35,7 +35,6 @@ ColumnLayout {
id: item
Layout.fillWidth: true
Layout.preferredHeight: childrenRect.height
property alias text: input.text
property alias labelText: inputLabel.text