mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: better text when no profile is shown for a dive
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a3189a9b3e
commit
bbbd479914
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Item {
|
||||||
Layout.columnSpan: 4
|
Layout.columnSpan: 4
|
||||||
Layout.margins: MobileComponents.Units.gridUnit
|
Layout.margins: MobileComponents.Units.gridUnit
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
text: "No profile show for empty dive"
|
text: "No profile to show"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue