mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user