diff --git a/ui/imports/shared/popups/ImportCommunityPopup.qml b/ui/imports/shared/popups/ImportCommunityPopup.qml index 5645bbeb05..7a46ebda9d 100644 --- a/ui/imports/shared/popups/ImportCommunityPopup.qml +++ b/ui/imports/shared/popups/ImportCommunityPopup.qml @@ -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 = "" }