infoviewer_bb: use larger offsets for channel-status icons

Origin commit data
------------------
Commit: bdf5b733d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-02 (Mon, 02 Jan 2017)

Origin message was:
------------------
- infoviewer_bb: use larger offsets for channel-status icons
This commit is contained in:
vanhofen
2017-01-02 23:53:03 +01:00
parent 4505e41fd1
commit 93d37873bb

View File

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