mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(Channel): fix channel name eliding way too small
This commit is contained in:
parent
436cb42eae
commit
1984ee89e0
@ -101,7 +101,7 @@ Item {
|
|||||||
text: wrapper.realChatType !== Constants.chatTypePublic ?
|
text: wrapper.realChatType !== Constants.chatTypePublic ?
|
||||||
Emoji.parse(Utils.removeStatusEns(Utils.filterXSS(wrapper.name))) :
|
Emoji.parse(Utils.removeStatusEns(Utils.filterXSS(wrapper.name))) :
|
||||||
"#" + 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
|
anchors.rightMargin: Style.current.smallPadding
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
color: muted ? Style.current.secondaryText : Style.current.textColor
|
color: muted ? Style.current.secondaryText : Style.current.textColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user