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