1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-22 00:15:27 +02:00

misc: force displayname in plain/text format

Change-Id: I26aa58fe029e2c111b8cbd0256bb9a9db9040eb7
This commit is contained in:
Sébastien Blin 2023-01-05 14:51:23 -05:00
parent a05632e3f4
commit d948efb416
2 changed files with 3 additions and 1 deletions

View file

@ -77,13 +77,14 @@ Column {
Label {
id: textLabel
Layout.rightMargin: 6
Layout.rightMargin: 6
width: parent.width
text: Body
horizontalAlignment: Qt.AlignHCenter
font.pointSize: JamiTheme.contactEventPointSize
font.bold: true
color: JamiTheme.chatviewTextColor
textFormat: TextEdit.PlainText
}
}
}

View file

@ -92,6 +92,7 @@ Control {
color: JamiTheme.chatviewUsernameColor
lineHeight: JamiTheme.usernameBlockLineHeight
leftPadding: JamiTheme.usernameBlockPadding
textFormat: TextEdit.PlainText
}
}