[createCommunity]: added wrap mode in community key

Closes #10325
This commit is contained in:
Alexandra Betouni 2023-05-05 17:01:34 +03:00
parent 56a7215a4c
commit 44891a17fd
1 changed files with 3 additions and 2 deletions

View File

@ -81,9 +81,10 @@ StatusDialog {
StatusTextArea {
id: keyInput
placeholderText: "0x0..."
height: 110
Layout.fillWidth: true
implicitHeight: 110
placeholderText: "0x0..."
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
onTextChanged: d.importErrorMessage = ""
}