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

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