diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2014-03-04 22:29:51 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-04 12:59:17 -0800 |
commit | 480280937aad6d34742440333d34754aaeda7b28 (patch) | |
tree | 75a627af673e812496eddfa9cf58417915742e55 /qt-ui/mainwindow.ui | |
parent | 851834830447a9dbfec02a6822dd36a1e5796c04 (diff) | |
download | subsurface-480280937aad6d34742440333d34754aaeda7b28.tar.gz |
Changes to icons in profile panel
- Replace dustbin icon.
- Replace NDL/TTS tool tip with "Show NDL / TTS"
- Create tool tip for scale icon: "Rescale depth axis"
Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 28f4c816f..26c727efb 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -402,14 +402,14 @@ <item> <widget class="QToolButton" name="profNdl_tts"> <property name="toolTip"> - <string>Show NTL / TTS</string> + <string>Show NDL / TTS</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/trash</normaloff>:/trash</iconset> + <normaloff>:/icon_NDLTTS</normaloff>:/icon_NDLTTS</iconset> </property> <property name="iconSize"> <size> @@ -479,6 +479,9 @@ </item> <item> <widget class="QToolButton" name="profScaled"> + <property name="toolTip"> + <string>Rescale depth axis</string> + </property> <property name="text"> <string>...</string> </property> |