mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
icons: introduce new icons
backward, forward, pause and play
Origin commit data
------------------
Commit: 91abca7d30
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-11-30 (Fri, 30 Nov 2012)
Origin message was:
------------------
- icons: introduce new icons
backward, forward, pause and play
This commit is contained in:
@@ -46,6 +46,10 @@ install_DATA += \
|
|||||||
bookmarkmanager.png \
|
bookmarkmanager.png \
|
||||||
border_lr.png \
|
border_lr.png \
|
||||||
border_ul.png \
|
border_ul.png \
|
||||||
|
btn_backward.png \
|
||||||
|
btn_forward.png \
|
||||||
|
btn_pause.png \
|
||||||
|
btn_play.png \
|
||||||
btn_record_active.png \
|
btn_record_active.png \
|
||||||
btn_record_inactive.png \
|
btn_record_inactive.png \
|
||||||
btn_stop.png \
|
btn_stop.png \
|
||||||
|
BIN
data/icons/btn_backward.png
Normal file
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
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
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
BIN
data/icons/btn_play.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 580 B |
@@ -61,6 +61,10 @@
|
|||||||
#define NEUTRINO_ICON_BUTTON_DOWN_SMALL "down_small"
|
#define NEUTRINO_ICON_BUTTON_DOWN_SMALL "down_small"
|
||||||
#define NEUTRINO_ICON_BUTTON_LEFT "left"
|
#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_ACTIVE "btn_record_active"
|
||||||
#define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE "btn_record_inactive"
|
#define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE "btn_record_inactive"
|
||||||
#define NEUTRINO_ICON_BUTTON_STOP "btn_stop"
|
#define NEUTRINO_ICON_BUTTON_STOP "btn_stop"
|
||||||
|
Reference in New Issue
Block a user