From 93d37873bb5bc2a67347a06c25541a88adc6c1ea Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 2 Jan 2017 23:53:03 +0100 Subject: [PATCH] infoviewer_bb: use larger offsets for channel-status icons Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/bdf5b733d187b498bd465e65d2cdf2eabfb6b2f6 Author: vanhofen Date: 2017-01-02 (Mon, 02 Jan 2017) Origin message was: ------------------ - infoviewer_bb: use larger offsets for channel-status icons --- src/gui/infoviewer_bb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index 4ce7edc04..1b614db03 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -208,7 +208,7 @@ void CInfoViewerBB::getBBIconInfo() } if (iconView) { if (i > 0) - bbIconMinX -= OFFSET_INNER_MIN; + bbIconMinX -= OFFSET_INNER_SMALL; //NI bbIconMinX -= w; bbIconInfo[i].x = bbIconMinX; bbIconInfo[i].h = h; @@ -221,7 +221,7 @@ void CInfoViewerBB::getBBIconInfo() bbIconMaxH = std::max(bbIconMaxH, bbIconInfo[i].h); } if (g_settings.infobar_show_sysfs_hdd) - bbIconMinX -= hddwidth + OFFSET_INNER_MIN; + bbIconMinX -= hddwidth + OFFSET_INNER_MID; //NI } void CInfoViewerBB::getBBButtonInfo()