From b0fcceaca37630363d05e0885232aa9c1be49ad2 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 5 Jan 2018 00:52:58 +0100 Subject: [PATCH] - dboxinfo: use new marker icons Signed-off-by: Thilo Graf --- src/gui/dboxinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/dboxinfo.cpp b/src/gui/dboxinfo.cpp index 65cd980d2..b1aa202f1 100644 --- a/src/gui/dboxinfo.cpp +++ b/src/gui/dboxinfo.cpp @@ -226,7 +226,7 @@ void CDBoxInfoWidget::paint() height += mheight * (frontend_count - 2); int icon_w = 0, icon_h = 0; - frameBuffer->getIconSize(NEUTRINO_ICON_REC, &icon_w, &icon_h); + frameBuffer->getIconSize(NEUTRINO_ICON_MARKER_RECORD, &icon_w, &icon_h); #define MEMINFO_TOTAL 0 #define MEMINFO_USED 1 @@ -592,7 +592,7 @@ void CDBoxInfoWidget::paint() } fm->RenderString(x + mpOffset + space, ypos+ mheight, _w, tmp, COL_MENUCONTENT_TEXT); if ((*it).second && icon_w>0 && icon_h>0) - frameBuffer->paintIcon(crm->RecordingStatus() ? NEUTRINO_ICON_REC:NEUTRINO_ICON_REC_GRAY, x + nameWidth - icon_w + width_i/2, ypos + (mheight/2 - icon_h/2)); + frameBuffer->paintIcon(crm->RecordingStatus() ? NEUTRINO_ICON_MARKER_RECORD : NEUTRINO_ICON_MARKER_RECORD_GRAY, x + nameWidth - icon_w + width_i/2, ypos + (mheight/2 - icon_h/2)); } if (pbw-pbw_fix > 8) /* smaller progressbar is not useful ;) */ {