diff options
| author | xiphon <xiphon@protonmail.com> | 2021-05-08 09:56:00 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2021-05-08 09:56:00 +0000 |
| commit | 410ad2282186de012cb1990e1651c9b6da24fa45 (patch) | |
| tree | ac16205b6923fd1f50f3aca52c2158bbb29d00c6 /components | |
| parent | 426dc3fa4764b8ae31802d3894bb3b382e10be02 (diff) | |
| download | monzero-gui-410ad2282186de012cb1990e1651c9b6da24fa45.tar.gz monzero-gui-410ad2282186de012cb1990e1651c9b6da24fa45.tar.xz monzero-gui-410ad2282186de012cb1990e1651c9b6da24fa45.zip | |
LineEditMulti: fix 'error' property
Diffstat (limited to 'components')
| -rw-r--r-- | components/LineEditMulti.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index a33893c9..8137c02b 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -67,7 +67,7 @@ ColumnLayout { } } - property bool error: false + property alias error: input.error property string labelFontColor: MoneroComponents.Style.defaultFontColor property bool labelFontBold: false @@ -176,7 +176,6 @@ ColumnLayout { fontColor: item.fontColor mouseSelection: item.mouseSelection onEditingFinished: item.editingFinished() - error: item.error MoneroComponents.TextPlain { id: placeholderLabel |
