qml wizard: WCWalletPassword: show warning if pw is too short
This commit is contained in:
@@ -68,5 +68,11 @@ WizardComponent {
|
|||||||
visible: password1.text != password2.text
|
visible: password1.text != password2.text
|
||||||
iconStyle: InfoTextArea.IconStyle.Warn
|
iconStyle: InfoTextArea.IconStyle.Warn
|
||||||
}
|
}
|
||||||
|
InfoTextArea {
|
||||||
|
Layout.alignment: Qt.AlignCenter
|
||||||
|
text: qsTr('Password too short')
|
||||||
|
visible: (password1.text == password2.text) && !valid
|
||||||
|
iconStyle: InfoTextArea.IconStyle.Warn
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user