mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: fix theming of About page
Can't believe I missed that one. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
73aea74161
commit
c62b8f3a75
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@ Kirigami.ScrollablePage {
|
|||
|
||||
Kirigami.Heading {
|
||||
text: qsTr("About Subsurface-mobile")
|
||||
color: subsurfaceTheme.textColor
|
||||
Layout.topMargin: Kirigami.Units.gridUnit
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.maximumWidth: pageWidth
|
||||
|
@ -37,6 +38,7 @@ Kirigami.ScrollablePage {
|
|||
text: qsTr("A mobile version of the free Subsurface divelog software.\n") +
|
||||
qsTr("View your dive logs while on the go.")
|
||||
level: 4
|
||||
color: subsurfaceTheme.textColor
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.topMargin: Kirigami.Units.largeSpacing * 3
|
||||
Layout.maximumWidth: pageWidth
|
||||
|
@ -48,6 +50,7 @@ Kirigami.ScrollablePage {
|
|||
Kirigami.Heading {
|
||||
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2020").arg(manager.getVersion())
|
||||
level: 5
|
||||
color: subsurfaceTheme.textColor
|
||||
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||
|
|
Loading…
Add table
Reference in a new issue