aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/DiveList.qml
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-07-27 08:51:53 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-27 06:30:08 -0700
commit0ca42ea4a4d4565ee579d8c8903ac849eebd57b8 (patch)
tree58fdf243935077404abcaa511296afd99eecc0ed /qt-mobile/DiveList.qml
parent5d4f81206d2444d9d999cfb58955e940f8594021 (diff)
downloadsubsurface-0ca42ea4a4d4565ee579d8c8903ac849eebd57b8.tar.gz
Adjusted spacing
and a typo in comment Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/DiveList.qml')
-rw-r--r--qt-mobile/DiveList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/DiveList.qml b/qt-mobile/DiveList.qml
index e2f6857b7..52cdc20f5 100644
--- a/qt-mobile/DiveList.qml
+++ b/qt-mobile/DiveList.qml
@@ -44,7 +44,7 @@ Rectangle {
}
}
- //Layout of the page: (mini profile, dive no, date at the tio
+ //Layout of the page: (mini profile, dive no, date at the top
//And other details at the bottom.
Row {
id: topLayout
@@ -58,7 +58,7 @@ Rectangle {
text: diveNumber + ' (' + date + ')'
}
Text { text: location; width: parent.width }
- Text { text: '<b>Depth:</b> ' + depth + ' <b>Duration:</b>' + duration; width: parent.width }
+ Text { text: '<b>Depth:</b> ' + depth + ' <b>Duration:</b> ' + duration; width: parent.width }
}
}
}