diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2014-03-04 17:01:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-04 07:54:52 -0800 |
commit | 851834830447a9dbfec02a6822dd36a1e5796c04 (patch) | |
tree | b68828ab8faaeed16f053cad746a0e08ff7a8d1b /subsurface.qrc | |
parent | 251341013213be909de75ebac19be0ee9e68048d (diff) | |
download | subsurface-851834830447a9dbfec02a6822dd36a1e5796c04.tar.gz |
Reorganise buttons in profile panel
- Move the buttons of the profile window around to have more sane positions.
- All the buttons affecting the ceiling(s) are now grouped together.
- All the buttons affecting the Information Box are now grouped together.
- The previous icon for "Show calculated ceiling" has been reassigned to
"Show all tissues"
- A new stand-in button hav been included for "Show calculated ceiling"
Signed-off-by: Willem Ferguson <willem@willem-Precision-M4700.(none)>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 7032109bf..569b53830 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -48,6 +48,7 @@ <file alias="icon_n2">icons/icon-pn2graph.png</file> <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_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> |