diff options
| author | xiphon <xiphon@protonmail.com> | 2019-02-25 17:24:17 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-02-25 17:24:17 +0000 |
| commit | 6a7d42f3de08670d53fc59461fcb785552cf7d88 (patch) | |
| tree | c19b481f49db1e5b533722da2c0706a20df9dd1b | |
| parent | c2889c2b8173dda1e4fe50478c8d56ac00f2d255 (diff) | |
| download | monzero-gui-6a7d42f3de08670d53fc59461fcb785552cf7d88.tar.gz monzero-gui-6a7d42f3de08670d53fc59461fcb785552cf7d88.tar.xz monzero-gui-6a7d42f3de08670d53fc59461fcb785552cf7d88.zip | |
LineEditMulti: fix binding loop
| -rw-r--r-- | components/LineEditMulti.qml | 1 |
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 |
