aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2021-05-08 09:56:00 +0000
committerxiphon <xiphon@protonmail.com>2021-05-08 09:56:00 +0000
commit410ad2282186de012cb1990e1651c9b6da24fa45 (patch)
treeac16205b6923fd1f50f3aca52c2158bbb29d00c6 /components
parent426dc3fa4764b8ae31802d3894bb3b382e10be02 (diff)
downloadmonzero-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.qml3
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