QML UI: Not giving wrap info improves dive details on narrow screens

This prevents label text from overlapping.

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 2016-06-14 09:42:37 +02:00 committed by Dirk Hohndel
parent fc213066f8
commit b2f327f6e0

View file

@ -183,7 +183,6 @@ Item {
Kirigami.Label {
text: qsTr("Water Temp:")
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
opacity: 0.6
width: detailsView.col3Width
Layout.alignment: Qt.AlignRight
@ -197,7 +196,6 @@ Item {
Kirigami.Label {
text: qsTr("Dive Master:")
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
opacity: 0.6
width: detailsView.col1Width
Layout.alignment: Qt.AlignRight