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 | |
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>
-rw-r--r-- | icons/icon-NDLTTS.png | bin | 0 -> 2152 bytes | |||
-rw-r--r-- | qt-ui/mainwindow.ui | 7 | ||||
-rw-r--r-- | subsurface.qrc | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/icons/icon-NDLTTS.png b/icons/icon-NDLTTS.png Binary files differnew file mode 100644 index 000000000..1df3e63b1 --- /dev/null +++ b/icons/icon-NDLTTS.png 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> diff --git a/subsurface.qrc b/subsurface.qrc index 569b53830..4e0cffd72 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -49,6 +49,7 @@ <file alias="icon_o2">icons/icon-po2graph.png</file> <file alias="icon_ceiling_calculated">icons/icon-ceiling-calculated.png</file> <file alias="icon_ceiling_alltissues">icons/icon-ceiling-alltissues.png</file> + <file alias="icon_NDLTTS">icons/icon-NDLTTS.png</file> <file alias="icon_ceiling_3m">icons/icon-ceiling-3m.png</file> <file alias="icon_ceiling_dc">icons/icon-ceiling-dc.png</file> <file alias="icon_ead">icons/icon-ead.png</file> |