mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
dboxinfo: own header icon added
This commit is contained in:
@@ -3,6 +3,7 @@ installdir = $(ICONSDIR)
|
||||
install_DATA = \
|
||||
audio.png \
|
||||
bookmarkmanager.png \
|
||||
boxinfo.png \
|
||||
colors.png \
|
||||
edit.png \
|
||||
edit_find.png \
|
||||
|
BIN
data/icons/headers/boxinfo.png
Normal file
BIN
data/icons/headers/boxinfo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 B |
@@ -413,7 +413,7 @@ void CDBoxInfoWidget::paint()
|
||||
x = getScreenStartX(width);
|
||||
|
||||
if (!header)
|
||||
header = new CComponentsHeader(x, ypos, width, hheight, title, NEUTRINO_ICON_SHELL);
|
||||
header = new CComponentsHeader(x, ypos, width, hheight, title, NEUTRINO_ICON_BOXINFO);
|
||||
if (!header->isPainted())
|
||||
header->paint(CC_SAVE_SCREEN_NO);
|
||||
|
||||
|
@@ -88,6 +88,7 @@
|
||||
|
||||
#define NEUTRINO_ICON_AUDIO "audio"
|
||||
#define NEUTRINO_ICON_BOOKMARK_MANAGER "bookmarkmanager"
|
||||
#define NEUTRINO_ICON_BOXINFO "boxinfo"
|
||||
#define NEUTRINO_ICON_COLORS "colors"
|
||||
#define NEUTRINO_ICON_EDIT "edit"
|
||||
#define NEUTRINO_ICON_EDIT_FIND "edit_find"
|
||||
|
Reference in New Issue
Block a user