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