From d941384fb69ba7d9c6b040d3371e2957053cd936 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 20 Jun 2017 11:07:00 -0700 Subject: QML UI: DiveDetailsView: don't underline location Davide points out that this is not a commonly understood way in an app to indicate that a text is also a link. So let's just remove that (but tapping on the location will still work to get you to the map if there is GPS information available). See #431 Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetailsView.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index 330f36a4e..3454259d8 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -44,7 +44,6 @@ Item { id: detailsViewHeading Layout.fillWidth: true text: dive.location - font.underline: dive.gps !== "" Layout.columnSpan: 4 wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere Layout.topMargin: Kirigami.Units.largeSpacing -- cgit v1.2.3-70-g09d2