diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index b5981c977..688927cb6 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -501,6 +501,7 @@ void MainTab::updateDiveInfo(bool clear)
// construct the location tags
QString locationTag;
if (ds->taxonomy.nr) {
+ locationTag = "(tags: ";
QString connector = "";
for (int i = 0; i < 3; i++) {
qDebug() << "looking for category" << prefs.geocoding.category[i];
@@ -513,6 +514,7 @@ void MainTab::updateDiveInfo(bool clear)
}
}
}
+ locationTag += ")";
}
ui.location->setText(ds->name);
ui.locationTags->setText(locationTag);
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 7ac703076..c7801666f 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -171,21 +171,28 @@
0
-
-
-
- Location
-
-
- Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft
-
-
-
- -
-
-
-
-
-
+
+
-
+
+
+ Location
+
+
+ Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft
+
+
+
+ -
+
+
+
+
+
+ Qt::RichText
+
+
+
+
-