mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
QML UI: DiveDetailsView: make the lower section less busy
This removes fairly redundant text (yes, we know those are the Dive Details) and makes the label for the Notes consistent with all the other labels. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4f34513277
commit
cbcb43247e
1 changed files with 2 additions and 8 deletions
|
@ -129,12 +129,6 @@ Item {
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
text: qsTr("No profile to show")
|
||||
}
|
||||
Kirigami.Heading {
|
||||
Layout.fillWidth: true
|
||||
level: 3
|
||||
text: qsTr("Dive Details")
|
||||
Layout.columnSpan: 3
|
||||
}
|
||||
|
||||
// first row
|
||||
//-----------
|
||||
|
@ -282,9 +276,9 @@ Item {
|
|||
}
|
||||
|
||||
|
||||
Kirigami.Heading {
|
||||
Kirigami.Label {
|
||||
Layout.fillWidth: true
|
||||
level: 3
|
||||
opacity: 0.6
|
||||
text: qsTr("Notes")
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
Layout.columnSpan: 3
|
||||
|
|
Loading…
Add table
Reference in a new issue