fix(Channel): fix channel name eliding way too small

This commit is contained in:
Jonathan Rainville 2021-05-17 14:32:12 -04:00
parent 436cb42eae
commit 1984ee89e0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Item {
text: wrapper.realChatType !== Constants.chatTypePublic ?
Emoji.parse(Utils.removeStatusEns(Utils.filterXSS(wrapper.name))) :
"#" + Utils.filterXSS(wrapper.name)
anchors.right: contactTime.left
anchors.right: contactTime.visible ? contactTime.left : parent.right
anchors.rightMargin: Style.current.smallPadding
elide: Text.ElideRight
color: muted ? Style.current.secondaryText : Style.current.textColor