From 4ea78a20b97b1a986fe25aa093304cb03dc79adf Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 26 Apr 2020 21:57:02 +0300 Subject: [PATCH] Reorganize About page --- application/qml/pages/AboutPage.qml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/application/qml/pages/AboutPage.qml b/application/qml/pages/AboutPage.qml index 54b21f9..1eaba7b 100644 --- a/application/qml/pages/AboutPage.qml +++ b/application/qml/pages/AboutPage.qml @@ -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