mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:13:23 +00:00
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>
This commit is contained in:
parent
8518348304
commit
480280937a
3 changed files with 6 additions and 2 deletions
BIN
icons/icon-NDLTTS.png
Normal file
BIN
icons/icon-NDLTTS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue