Use pixel size.

This commit is contained in:
Black Hat
2018-11-19 07:29:55 +08:00
parent c95ff1b4a0
commit 0ce98fc179
7 changed files with 26 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ Control {
Layout.fillHeight: true
text: currentRoom ? currentRoom.displayName : ""
font.pointSize: 12
font.pixelSize: 16
elide: Text.ElideRight
wrapMode: Text.NoWrap
}