Fixed the wrapMode property value of TextArea from non existing TextArea.wrap to TextEdit.Wrap.
This commit is contained in:
parent
d2bf605a0c
commit
0cee486a62
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Kirigami.ScrollablePage
|
|||
anchors.fill: parent
|
||||
id: messageField
|
||||
placeholderText: page.isMultitarget ? i18nd("kdeconnect-sms", "Replying to multitarget messages is not supported") : i18nd("kdeconnect-sms", "Compose message")
|
||||
wrapMode: TextArea.Wrap
|
||||
wrapMode: TextEdit.Wrap
|
||||
topPadding: Kirigami.Units.gridUnit * 0.5
|
||||
bottomPadding: topPadding
|
||||
selectByMouse: true
|
||||
|
|
Loading…
Reference in a new issue