Support inline HTML/links for room topic

This commit is contained in:
miruka
2019-09-11 16:01:37 -04:00
parent e53f6ed292
commit 0e6b6c830d
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ ToolTip {
padding: background.border.width
contentWidth: Math.min(
mainUI.width / 1.25,
contentItem.implicitWidth,
// contentItem.implicitWidth,
theme.fontSize.normal * 0.5 * 75,
)

View File

@@ -47,9 +47,10 @@ Rectangle {
HoverHandler { id: nameHover }
}
HLabel {
HRichLabel {
id: roomTopic
text: chatPage.roomInfo.topic
textFormat: Text.StyledText
font.pixelSize: theme.fontSize.small
color: theme.chat.roomHeader.topic
elide: Text.ElideRight