Merge pull request #247 from not-chicken/centerDate

Make dataBubble's text vertically aligned to vertical center
This commit is contained in:
DeepBlueV7.X 2020-07-19 20:11:37 +02:00 committed by GitHub
commit 12cb77da9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ Page {
width: contentWidth * 1.2
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
background: Rectangle {
radius: parent.height / 2
color: colors.base