diff options
author | Robert C. Helling <helling@atdotde.de> | 2016-09-25 22:23:09 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-27 21:32:50 -0700 |
commit | e388b5ab94965dd0e662eb75a028accbd4062839 (patch) | |
tree | 60f59e62352b60a440a7b0b86abf74108d81d1ba | |
parent | 434c27525a63de5a1ba00747f7b035f855249083 (diff) | |
download | subsurface-e388b5ab94965dd0e662eb75a028accbd4062839.tar.gz |
Add icon for heat-map
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | desktop-widgets/mainwindow.ui | 2 | ||||
-rw-r--r-- | icons/heatmap.png | bin | 0 -> 1329 bytes | |||
-rw-r--r-- | subsurface.qrc | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index cba3d8503..dcd1e2bd5 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -687,7 +687,7 @@ <normaloff>:/icon_tissue</normaloff>:/icon_tissue</iconset> </property> <property name="text"> - <string>Toggle tissue graph</string> + <string>Toggle tissue heat-map</string> </property> </action> <action name="actionUserSurvey"> diff --git a/icons/heatmap.png b/icons/heatmap.png Binary files differnew file mode 100644 index 000000000..00c1e60e5 --- /dev/null +++ b/icons/heatmap.png diff --git a/subsurface.qrc b/subsurface.qrc index 930b88890..2f58782cf 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -58,7 +58,7 @@ <file alias="icon_ceiling_dc">icons/pc.png</file> <file alias="icon_ead">icons/ead.png</file> <file alias="icon_HR">icons/icon-HR.png</file> - <file alias="icon_tissue">icons/tissues.png</file> + <file alias="icon_tissue">icons/heatmap.png</file> <file alias="calendar">icons/calendarbg.png</file> <file alias="pictures">icons/pictures.png</file> <file>icons/subsurface/index.theme</file> |