mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
parent
8724b3e9e7
commit
c9e049e6d8
@ -81,17 +81,26 @@ ModalPopup {
|
||||
validationError: popup.passwordValidationError
|
||||
}
|
||||
|
||||
|
||||
StyledTextArea {
|
||||
id: accountPKeyInput
|
||||
customHeight: 88
|
||||
anchors.top: passwordInput.bottom
|
||||
anchors.topMargin: marginBetweenInputs
|
||||
//% "Paste the contents of your private key"
|
||||
placeholderText: qsTrId("paste-the-contents-of-your-private-key")
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
validationError: popup.privateKeyValidationError
|
||||
//% "Private key"
|
||||
label: qsTrId("private-key")
|
||||
customHeight: 88
|
||||
validationError: popup.privateKeyValidationError
|
||||
textField.wrapMode: Text.WordWrap
|
||||
textField.horizontalAlignment: TextEdit.AlignHCenter
|
||||
textField.verticalAlignment: TextEdit.AlignVCenter
|
||||
textField.font.weight: Font.DemiBold
|
||||
//% "Paste the contents of your private key"
|
||||
placeholderText: qsTrId("paste-the-contents-of-your-private-key")
|
||||
textField.placeholderTextColor: Style.current.secondaryText
|
||||
textField.selectByKeyboard: true
|
||||
textField.selectionColor: Style.current.secondaryBackground
|
||||
textField.selectedTextColor: Style.current.secondaryText
|
||||
}
|
||||
|
||||
Input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user