mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix text clipping
This commit is contained in:
parent
04b6446e72
commit
25e83a11e7
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,7 @@ GridLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: location
|
text: location
|
||||||
Layout.columnSpan: 4
|
Layout.columnSpan: 4
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
|
@ -93,6 +94,7 @@ GridLayout {
|
||||||
id: txtAirTemp
|
id: txtAirTemp
|
||||||
text: airtemp
|
text: airtemp
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
|
@ -104,6 +106,7 @@ GridLayout {
|
||||||
id: txtWaterTemp
|
id: txtWaterTemp
|
||||||
text: watertemp
|
text: watertemp
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
|
@ -115,6 +118,7 @@ GridLayout {
|
||||||
id: txtSuit
|
id: txtSuit
|
||||||
text: suit
|
text: suit
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
|
@ -126,6 +130,7 @@ GridLayout {
|
||||||
id: txtWeight
|
id: txtWeight
|
||||||
text: weight
|
text: weight
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
|
@ -137,6 +142,7 @@ GridLayout {
|
||||||
id: txtBuddy
|
id: txtBuddy
|
||||||
text: buddy
|
text: buddy
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
|
@ -148,6 +154,7 @@ GridLayout {
|
||||||
id: txtDiveMaster
|
id: txtDiveMaster
|
||||||
text: divemaster
|
text: divemaster
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileComponents.Heading {
|
MobileComponents.Heading {
|
||||||
|
|
Loading…
Add table
Reference in a new issue