Make room header font size match main pane top bar

This commit is contained in:
miruka 2020-03-17 17:34:09 -04:00
parent e495922aee
commit a64d0f037d

View File

@ -50,7 +50,6 @@ Rectangle {
HLabel {
id: nameLabel
text: chat.roomInfo.display_name || qsTr("Empty room")
font.pixelSize: theme.fontSize.big
color: theme.chat.roomHeader.name
elide: Text.ElideRight