aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-02-25 17:24:17 +0000
committerxiphon <xiphon@protonmail.com>2019-02-25 17:24:17 +0000
commit6a7d42f3de08670d53fc59461fcb785552cf7d88 (patch)
treec19b481f49db1e5b533722da2c0706a20df9dd1b
parentc2889c2b8173dda1e4fe50478c8d56ac00f2d255 (diff)
downloadmonzero-gui-6a7d42f3de08670d53fc59461fcb785552cf7d88.tar.gz
monzero-gui-6a7d42f3de08670d53fc59461fcb785552cf7d88.tar.xz
monzero-gui-6a7d42f3de08670d53fc59461fcb785552cf7d88.zip
LineEditMulti: fix binding loop
-rw-r--r--components/LineEditMulti.qml1
1 files changed, 0 insertions, 1 deletions
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