- use new edit icon in several headers

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-16 02:15:58 +01:00
committed by Thilo Graf
parent 554563755f
commit 1dd01cef5f
5 changed files with 7 additions and 7 deletions

View File

@@ -327,7 +327,7 @@ void CExtendedInput::hide()
void CExtendedInput::paint()
{
CComponentsHeader header(x, y, width, hheight, g_Locale->getText(name));
CComponentsHeader header(x, y, width, hheight, g_Locale->getText(name), NEUTRINO_ICON_EDIT);
header.paint(CC_SAVE_SCREEN_NO);
frameBuffer->paintBoxRel(x, y + hheight, width, bheight, COL_MENUCONTENT_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM);