mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #3462
410ad22
LineEditMulti: fix 'error' property (xiphon)
This commit is contained in:
commit
16e1d64b74
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue