- icons: add gray marker icons for timeshift and record

Signed-off-by: Thilo Graf <dbt@novatux.de>

record icon changed
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent d6262f9ebe
commit c411c41295
4 changed files with 4 additions and 0 deletions

View File

@@ -8,9 +8,11 @@ install_DATA = \
marker_pip.png \ marker_pip.png \
marker_radio.png \ marker_radio.png \
marker_record.png \ marker_record.png \
marker_record_gray.png \
marker_scrambled.png \ marker_scrambled.png \
marker_streaming.png \ marker_streaming.png \
marker_timeshift.png \ marker_timeshift.png \
marker_timeshift_gray.png \
marker_tv.png \ marker_tv.png \
marker_zap.png \ marker_zap.png \
warning.png warning.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -255,9 +255,11 @@
#define NEUTRINO_ICON_MARKER_PIP "marker_pip" #define NEUTRINO_ICON_MARKER_PIP "marker_pip"
#define NEUTRINO_ICON_MARKER_RADIO "marker_radio" #define NEUTRINO_ICON_MARKER_RADIO "marker_radio"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record" #define NEUTRINO_ICON_MARKER_RECORD "marker_record"
#define NEUTRINO_ICON_MARKER_RECORD_GRAY "marker_record_gray"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled" #define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming" #define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming"
#define NEUTRINO_ICON_MARKER_TIMESHIFT "marker_timeshift" #define NEUTRINO_ICON_MARKER_TIMESHIFT "marker_timeshift"
#define NEUTRINO_ICON_MARKER_TIMESHIFT_GRAY "marker_timeshift_gray"
#define NEUTRINO_ICON_MARKER_TV "marker_tv" #define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_ZAP "marker_zap" #define NEUTRINO_ICON_MARKER_ZAP "marker_zap"