mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-07 22:03:24 +00:00
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:
parent
fc213066f8
commit
b2f327f6e0
1 changed files with 0 additions and 2 deletions
|
@ -183,7 +183,6 @@ Item {
|
||||||
|
|
||||||
Kirigami.Label {
|
Kirigami.Label {
|
||||||
text: qsTr("Water Temp:")
|
text: qsTr("Water Temp:")
|
||||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
|
||||||
opacity: 0.6
|
opacity: 0.6
|
||||||
width: detailsView.col3Width
|
width: detailsView.col3Width
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
|
@ -197,7 +196,6 @@ Item {
|
||||||
|
|
||||||
Kirigami.Label {
|
Kirigami.Label {
|
||||||
text: qsTr("Dive Master:")
|
text: qsTr("Dive Master:")
|
||||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
|
||||||
opacity: 0.6
|
opacity: 0.6
|
||||||
width: detailsView.col1Width
|
width: detailsView.col1Width
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
|
|
Loading…
Add table
Reference in a new issue