Room name center, bold

square-messages
expectocode 2019-05-11 14:51:32 +01:00
parent 253c85fcb1
commit 9adb73eebf
1 changed files with 3 additions and 1 deletions

View File

@ -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
}