Reorganize About page
This commit is contained in:
parent
4b289606b6
commit
4ea78a20b9
1 changed files with 12 additions and 6 deletions
|
@ -81,12 +81,6 @@ Page {
|
|||
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 {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
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 {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.secondaryColor
|
||||
|
|
Loading…
Reference in a new issue