mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 05:06:17 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
4a2e21cf7b
commit
d941384fb6
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ Item {
|
||||||
id: detailsViewHeading
|
id: detailsViewHeading
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: dive.location
|
text: dive.location
|
||||||
font.underline: dive.gps !== ""
|
|
||||||
Layout.columnSpan: 4
|
Layout.columnSpan: 4
|
||||||
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||||
|
|
Loading…
Add table
Reference in a new issue