Skip to content
Snippets Groups Projects
Commit d948efb4 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: force displayname in plain/text format

Change-Id: I26aa58fe029e2c111b8cbd0256bb9a9db9040eb7
parent a05632e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment