Make room header font size match main pane top bar
This commit is contained in:
parent
e495922aee
commit
a64d0f037d
|
@ -50,7 +50,6 @@ Rectangle {
|
||||||
HLabel {
|
HLabel {
|
||||||
id: nameLabel
|
id: nameLabel
|
||||||
text: chat.roomInfo.display_name || qsTr("Empty room")
|
text: chat.roomInfo.display_name || qsTr("Empty room")
|
||||||
font.pixelSize: theme.fontSize.big
|
|
||||||
color: theme.chat.roomHeader.name
|
color: theme.chat.roomHeader.name
|
||||||
|
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|
Loading…
Reference in New Issue
Block a user