Reorganize About page

This commit is contained in:
Matti Viljanen 2020-04-26 21:57:02 +03:00
parent 4b289606b6
commit 4ea78a20b9
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -81,12 +81,6 @@ Page {
text: "Copyright 2019-2020 Matti Viljanen" text: "Copyright 2019-2020 Matti Viljanen"
} }
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
color: Theme.secondaryColor
text: qsTr("If you like my work and would like to support me, you can buy me a coffee!")
}
BackgroundItem { BackgroundItem {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
width: Theme.iconSizeExtraLarge * 1.2 width: Theme.iconSizeExtraLarge * 1.2
@ -104,6 +98,18 @@ Page {
} }
} }
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
color: Theme.secondaryColor
text: qsTr("If you like my work and would like to support me, you can buy me a coffee!")
}
AboutLabel {
font.pixelSize: Theme.fontSizeMedium
color: Theme.primaryColor
text: qsTr("Translations")
}
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
color: Theme.secondaryColor color: Theme.secondaryColor