From e03d3ac5d67dba0ac8343730f4f903a4c1fb7583 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 22 Oct 2019 16:45:37 -0400 Subject: Mobile: don't show nothing for the location We use 'Dive details' as page title, everywhere else we use ''. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetailsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/DiveDetailsView.qml') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index 4febf688b..ee3b0902e 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -36,7 +36,7 @@ Item { anchors.left: parent.left Controls.Label { id: locationText - text: location + text: (undefined !== location && "" !== location) ? location : qsTr("") font.weight: Font.Bold font.pointSize: subsurfaceTheme.titlePointSize wrapMode: Text.WrapAtWordBoundaryOrAnywhere -- cgit v1.2.3-70-g09d2