wordings and text alignment according to design

This commit is contained in:
Ilya Kitaev
2016-02-08 10:12:12 +03:00
parent 1364c2b498
commit 8bc411c598
4 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ Item {
font.family: "Arial"
font.pixelSize: 28
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
//renderType: Text.NativeRendering
color: "#3F3F3F"
text: qsTr("Youre all setup!")
@@ -107,6 +108,7 @@ Item {
font.pixelSize: 18
wrapMode: Text.Wrap
textFormat: Text.RichText
horizontalAlignment: Text.AlignHCenter
//renderType: Text.NativeRendering
color: "#4A4646"
}