Skip to content

Commit

Permalink
feat(@wallet): private key multiline
Browse files Browse the repository at this point in the history
fix #10009
  • Loading branch information
alaibe committed Aug 10, 2023
1 parent 5fc1ecc commit 9cc6bdc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9cc6bdc

Please sign in to comment.