Fixed the wrapMode property value of TextArea from non existing TextArea.wrap to TextEdit.Wrap.

This commit is contained in:
Aniket Kumar 2020-07-08 14:15:30 +05:30
parent d2bf605a0c
commit 0cee486a62

View file

@ -212,7 +212,7 @@ Kirigami.ScrollablePage
anchors.fill: parent anchors.fill: parent
id: messageField id: messageField
placeholderText: page.isMultitarget ? i18nd("kdeconnect-sms", "Replying to multitarget messages is not supported") : i18nd("kdeconnect-sms", "Compose message") 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 topPadding: Kirigami.Units.gridUnit * 0.5
bottomPadding: topPadding bottomPadding: topPadding
selectByMouse: true selectByMouse: true