Message display name now elides
the build was successful Details

Fixes: #401
This commit is contained in:
Sarah Jamie Lewis 2020-11-26 14:51:33 -08:00
parent 6b8a8b8da1
commit 4e0ecd72c4
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ Rectangle {
color: Theme.messageFromOtherTextColor
elide: Text.ElideRight
width: parent.width - 20 // padding
font.pixelSize: Theme.chatSize * gcd.themeScale
font.weight: Font.Bold
font.family: Fonts.applicationFontBold.name