Room name center, bold
This commit is contained in:
parent
253c85fcb1
commit
9adb73eebf
|
@ -32,10 +32,12 @@ Control {
|
|||
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
horizontalAlignment: TextInput.AlignHCenter
|
||||
|
||||
text: currentRoom ? currentRoom.displayName : ""
|
||||
color: MPalette.foreground
|
||||
font.pixelSize: 18
|
||||
font.pixelSize: 16
|
||||
font.bold: true
|
||||
elide: Text.ElideRight
|
||||
wrapMode: Text.NoWrap
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue