Merge pull request 'Display name now elides in message' (#423) from user-feedback-elide into master
the build was successful Details

Reviewed-on: #423
This commit is contained in:
Dan Ballard 2020-11-26 15:44:37 -08:00
commit 1eec8dbfe0
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