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:
parent
a05632e3f4
commit
d948efb416
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,6 +92,7 @@ Control {
|
|||
color: JamiTheme.chatviewUsernameColor
|
||||
lineHeight: JamiTheme.usernameBlockLineHeight
|
||||
leftPadding: JamiTheme.usernameBlockPadding
|
||||
textFormat: TextEdit.PlainText
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue