icons: add marker icon for pip

Origin commit data
------------------
Commit: 0c1000e010
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)

Origin message was:
------------------
- icons: add marker icon for pip
This commit is contained in:
vanhofen
2018-01-04 16:07:46 +01:00
parent d1cd154ef7
commit 0cf6d7103c
3 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ install_DATA = \
important.png \
marker_hidden.png \
marker_lock.png \
marker_pip.png \
marker_radio.png \
marker_record.png \
marker_scrambled.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

View File

@@ -259,6 +259,7 @@
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden"
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock"
#define NEUTRINO_ICON_MARKER_PIP "marker_pip"
#define NEUTRINO_ICON_MARKER_RADIO "marker_radio"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"