mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
icons: add and use pictureviewer icon
Origin commit data
------------------
Commit: a19a5df9ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-19 (Mon, 19 Dec 2016)
Origin message was:
------------------
- icons: add and use pictureviewer icon
This commit is contained in:
@@ -21,6 +21,7 @@ install_DATA = \
|
|||||||
multimedia.png \
|
multimedia.png \
|
||||||
network.png \
|
network.png \
|
||||||
personalize.png \
|
personalize.png \
|
||||||
|
pictureviewer.png \
|
||||||
recording.png \
|
recording.png \
|
||||||
settings.png \
|
settings.png \
|
||||||
shell.png \
|
shell.png \
|
||||||
|
BIN
data/icons/headers/pictureviewer.png
Normal file
BIN
data/icons/headers/pictureviewer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 B |
@@ -712,7 +712,7 @@ void CPictureViewerGui::paintItem(int pos)
|
|||||||
|
|
||||||
void CPictureViewerGui::paintHead()
|
void CPictureViewerGui::paintHead()
|
||||||
{
|
{
|
||||||
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_PICTUREVIEWER_HEAD, NEUTRINO_ICON_MP3, CComponentsHeaderLocalized::CC_BTN_HELP);
|
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_PICTUREVIEWER_HEAD, NEUTRINO_ICON_PICTUREVIEWER, CComponentsHeaderLocalized::CC_BTN_HELP); //NI
|
||||||
|
|
||||||
#ifdef ENABLE_GUI_MOUNT
|
#ifdef ENABLE_GUI_MOUNT
|
||||||
header.setContextButton(NEUTRINO_ICON_BUTTON_MENU);
|
header.setContextButton(NEUTRINO_ICON_BUTTON_MENU);
|
||||||
|
@@ -183,6 +183,7 @@
|
|||||||
#define NEUTRINO_ICON_STAR_OFF "star-off"
|
#define NEUTRINO_ICON_STAR_OFF "star-off"
|
||||||
#define NEUTRINO_ICON_TMDB "tmdb"
|
#define NEUTRINO_ICON_TMDB "tmdb"
|
||||||
#define NEUTRINO_ICON_IMDB "imdb"
|
#define NEUTRINO_ICON_IMDB "imdb"
|
||||||
|
#define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer"
|
||||||
|
|
||||||
#define DUMMY_ICON "dummy"
|
#define DUMMY_ICON "dummy"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user