Improve message bubble.

This commit is contained in:
Black Hat
2019-05-10 19:26:17 +08:00
parent 50445bccf1
commit b5d51ebbf2
5 changed files with 255 additions and 215 deletions

View File

@@ -45,7 +45,9 @@ Item {
color: "white"
text: hint[0].toUpperCase()
font.pixelSize: root.width / 2
font.bold: true
font.weight: Font.Light
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
}