dboxinfo: own header icon added

Origin commit data
------------------
Commit: b78ffedacc
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-05-25 (Tue, 25 May 2021)
This commit is contained in:
Frankenstone
2021-05-25 21:45:23 +02:00
committed by vanhofen
parent 61a236c2b6
commit ad51341b2f
4 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ installdir = $(ICONSDIR)
install_DATA = \
audio.png \
bookmarkmanager.png \
boxinfo.png \
colors.png \
edit.png \
error.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

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

@@ -89,6 +89,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_ERROR "error"