diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-07-20 17:53:53 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-20 10:37:30 -0700 |
commit | 4b09cd469eebeef0342f69811382ad943b77ecf4 (patch) | |
tree | 521bfa73137a68fdf41629e05404eadb170ac3ad | |
parent | 43798702ff40586031f480b11a59c21cf7b4228b (diff) | |
download | subsurface-4b09cd469eebeef0342f69811382ad943b77ecf4.tar.gz |
Add tooltip for geolocation lookup
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/maintab.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index c83d12ec3..4390d045b 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -213,6 +213,9 @@ <property name="text"> <string>...</string> </property> + <property name="toolTip"> + <string>Perform a location lookup based on GPS information (country, city, body of water, etc.)</string> + </property> <property name="icon"> <iconset resource="../subsurface.qrc"> <normaloff>:/geocode</normaloff>:/geocode</iconset> |