mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #1968
6a7d42f
LineEditMulti: fix binding loop (xiphon)
This commit is contained in:
commit
94c50199ea
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ ColumnLayout {
|
||||||
id: item
|
id: item
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: childrenRect.height
|
|
||||||
|
|
||||||
property alias text: input.text
|
property alias text: input.text
|
||||||
property alias labelText: inputLabel.text
|
property alias labelText: inputLabel.text
|
||||||
|
|
Loading…
Reference in a new issue