- icons: introduce new icons

backward, forward, pause and play
This commit is contained in:
svenhoefer
2012-11-30 13:55:34 +01:00
parent 5e4a541781
commit 91abca7d30
6 changed files with 8 additions and 0 deletions

View File

@@ -46,6 +46,10 @@ install_DATA += \
bookmarkmanager.png \
border_lr.png \
border_ul.png \
btn_backward.png \
btn_forward.png \
btn_pause.png \
btn_play.png \
btn_record_active.png \
btn_record_inactive.png \
btn_stop.png \

BIN
data/icons/btn_backward.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

BIN
data/icons/btn_forward.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

BIN
data/icons/btn_pause.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

BIN
data/icons/btn_play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

View File

@@ -61,6 +61,10 @@
#define NEUTRINO_ICON_BUTTON_DOWN_SMALL "down_small"
#define NEUTRINO_ICON_BUTTON_LEFT "left"
#define NEUTRINO_ICON_BUTTON_BACKWARD "btn_backward"
#define NEUTRINO_ICON_BUTTON_FORWARD "btn_forward"
#define NEUTRINO_ICON_BUTTON_PAUSE "btn_pause"
#define NEUTRINO_ICON_BUTTON_PLAY "btn_play"
#define NEUTRINO_ICON_BUTTON_RECORD_ACTIVE "btn_record_active"
#define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE "btn_record_inactive"
#define NEUTRINO_ICON_BUTTON_STOP "btn_stop"