feat(@wallet): private key multiline

fix #10009
This commit is contained in:
Anthony Laibe 2023-08-07 11:08:27 +02:00
parent 5fc1ecc858
commit 9cc6bdc9db
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Item {
Layout.preferredHeight: Constants.addAccountPopup.itemHeight
Layout.preferredWidth: parent.width - parent.columnSpacing - showHideButton.width
rightPadding: pasteButton.width + pasteButton.anchors.rightMargin + Style.current.halfPadding
wrapMode: TextEdit.Wrap
placeholderText: qsTr("Type or paste your private key")
echoMode: d.showPassword ? TextInput.Normal : TextInput.Password