mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:13:24 +00:00
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:
parent
5d4f81206d
commit
0ca42ea4a4
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue