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
@ -18,6 +18,7 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
text: qsTr("About Subsurface-mobile")
|
text: qsTr("About Subsurface-mobile")
|
||||||
|
color: subsurfaceTheme.textColor
|
||||||
Layout.topMargin: Kirigami.Units.gridUnit
|
Layout.topMargin: Kirigami.Units.gridUnit
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.maximumWidth: pageWidth
|
Layout.maximumWidth: pageWidth
|
||||||
@ -37,6 +38,7 @@ Kirigami.ScrollablePage {
|
|||||||
text: qsTr("A mobile version of the free Subsurface divelog software.\n") +
|
text: qsTr("A mobile version of the free Subsurface divelog software.\n") +
|
||||||
qsTr("View your dive logs while on the go.")
|
qsTr("View your dive logs while on the go.")
|
||||||
level: 4
|
level: 4
|
||||||
|
color: subsurfaceTheme.textColor
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing * 3
|
Layout.topMargin: Kirigami.Units.largeSpacing * 3
|
||||||
Layout.maximumWidth: pageWidth
|
Layout.maximumWidth: pageWidth
|
||||||
@ -48,6 +50,7 @@ Kirigami.ScrollablePage {
|
|||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2020").arg(manager.getVersion())
|
text: qsTr("Version: %1\n\n© Subsurface developer team\n2011-2020").arg(manager.getVersion())
|
||||||
level: 5
|
level: 5
|
||||||
|
color: subsurfaceTheme.textColor
|
||||||
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
font.pointSize: subsurfaceTheme.smallPointSize + 1
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user