Support inline HTML/links for room topic
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user