1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 23:05:48 +02:00

messageBarTextArea: disable overwriteMode

Gitlab: #492

Change-Id: I2d7f42d30adc51394e066ece776db4e0a2ffe96f
This commit is contained in:
Ming Rui Zhang 2021-08-16 15:35:39 -04:00
parent 85286bb874
commit dff474700c

View file

@ -87,7 +87,6 @@ Flickable {
color: JamiTheme.textColor
renderType: Text.NativeRendering
wrapMode: TextEdit.Wrap
overwriteMode: true
selectByMouse: true
selectionColor: JamiTheme.placeHolderTextFontColor
textFormat: TextEdit.PlainText