QML UI: Left align all labels in DiveDetailsView

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-05-01 11:19:54 -07:00
parent c2c0cb48d2
commit 22e225fc77

View file

@ -62,7 +62,6 @@ Item {
id: dateLabel
text: "Date: "
opacity: 0.6
Layout.alignment: Qt.AlignRight
}
Kirigami.Label {
text: dive.date + " " + dive.time
@ -80,7 +79,6 @@ Item {
id: depthLabel
text: "Depth: "
opacity: 0.6
Layout.alignment: Qt.AlignRight
}
Kirigami.Label {
text: dive.depth