infoviewer_bb: use 10px offset for left ca-icons

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

Origin message was:
------------------
- infoviewer_bb: use 10px offset for left ca-icons
This commit is contained in:
vanhofen
2017-01-02 21:59:03 +01:00
parent c5870df698
commit 9974556c54

View File

@@ -1026,7 +1026,7 @@ void CInfoViewerBB::paint_cam_icons()
int emu_pic_startx = g_InfoViewer->ChanInfoX + (g_settings.infobar_casystem_frame ? 20 : 10);
int py = g_InfoViewer->BoxEndY + (g_settings.infobar_casystem_frame ? 4 : 2);
const char *icon_name[] = {"mgcamd","doscam","oscam","osemu","newcs","gbox"};
static int icon_space[] = {14,14,14,14,14,14};
static int icon_space[] = {10,10,10,10,10,10};
int icon_sizeH = 0;
int icon_sizeW = 0;
bool useCI = CCamManager::getInstance()->getUseCI();