diff options
author | Robert C. Helling <helling@atdotde.de> | 2016-06-14 09:42:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-06-14 12:05:20 -0700 |
commit | b2f327f6e0cbc8e2fdbf75a488d4eea8d8c4ade6 (patch) | |
tree | 8abe35539ad08b9c0dd19e3204dd086f9c5df565 /mobile-widgets | |
parent | fc213066f8ee9e129bdace3c042322df6c5cc611 (diff) | |
download | subsurface-b2f327f6e0cbc8e2fdbf75a488d4eea8d8c4ade6.tar.gz |
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>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveDetailsView.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index 5e9fd5beb..fda0db9d0 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -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 |