Merge pull request #121 from QuasarApp/task_111

Changing the centering of the title.
This commit is contained in:
Andrei Yankovich 2021-07-21 23:44:25 +03:00 committed by GitHub
commit 0402c8e71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Dialog {
text: qsTr("Thanks for your support!")
font.bold: true
font.capitalization: Font.AllUppercase
horizontalAlignment: Text.AlignLeft
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
}