dboxinfo: own header icon added

This commit is contained in:
Frankenstone
2021-05-25 21:45:23 +02:00
committed by Thilo Graf
parent f72ca2c422
commit 1be4fd2f6f
4 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -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"