summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-05 12:53:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-05 17:00:14 -0800
commit5aa94578f79d4364cd9007fafc7370bfb5a89aff (patch)
tree1f5b618a47f3a8ffd8c4cf17aa5190c464593f80 /qt-mobile
parent04f3a6f8d5f38133733ceecd926584f57b01e1a5 (diff)
downloadsubsurface-5aa94578f79d4364cd9007fafc7370bfb5a89aff.tar.gz
QML UI: small modification to About screen
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/About.qml19
1 files changed, 4 insertions, 15 deletions
diff --git a/qt-mobile/qml/About.qml b/qt-mobile/qml/About.qml
index cc9362901..2655401f6 100644
--- a/qt-mobile/qml/About.qml
+++ b/qt-mobile/qml/About.qml
@@ -8,18 +8,6 @@ MobileComponents.Page {
id: aboutPage
property int pageWidth: subsurfaceTheme.columnWidth - MobileComponents.Units.gridUnit
-/* this can be done by hitting the back key
- contextualActions: [
- Action {
- text: "Close About"
- iconName: "dialog-cancel"
- onTriggered: {
- stackView.pop()
- contextDrawer.close()
- }
- }
- ]
- */
ScrollView {
anchors.fill: parent
@@ -53,7 +41,7 @@ MobileComponents.Page {
MobileComponents.Heading {
text: "A mobile version of the free Subsurface divelog software.\n" +
"View your dive logs while on the go."
- level: 3
+ level: 4
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: MobileComponents.Units.largeSpacing * 3
Layout.maximumWidth: pageWidth
@@ -63,8 +51,9 @@ MobileComponents.Page {
}
MobileComponents.Heading {
- text: "Version: " + manager.getVersion() + "\n\n© Subsurface developer team, 2016"
- level: 4
+ text: "Version: " + manager.getVersion() + "\n\n© Subsurface developer team\n2011-2016"
+ level: 5
+ font.pointSize: subsurfaceTheme.smallPointSize + 1
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: MobileComponents.Units.largeSpacing
Layout.maximumWidth: pageWidth