diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-09-17 15:27:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-17 15:27:49 -0700 |
commit | 2d68214eac604c104226e2638161c0e4fd14fc79 (patch) | |
tree | da091aca941be9cde9397d71cd8f3547f9c651db /subsurface.qrc | |
parent | d0145621a1d6a76922cc271208e07ed5827a6590 (diff) | |
download | subsurface-2d68214eac604c104226e2638161c0e4fd14fc79.tar.gz |
Planner: show new icon to indicate that last point can't be deleted
Having the trash can disappear is somewhat intuitive, but I'd argue this
is even more so.
Fixes #789
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 1eaa8cc70..2672866a3 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -5,6 +5,7 @@ <file alias="subsurface-mobile-icon">icons/subsurface-mobile-icon.png</file> <file alias="plus">icons/plus.png</file> <file alias="trash">icons/trash.png</file> + <file alias="trashForbidden">icons/trash-forbidden.png</file> <file alias="units">icons/units.png</file> <file alias="advanced">icons/advanced.png</file> <file alias="network">icons/network.png</file> |