Adjusted spacing

and a typo in comment

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2015-07-27 08:51:53 +02:00 committed by Dirk Hohndel
parent 5d4f81206d
commit 0ca42ea4a4

View file

@ -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 }
}
}
}