infoviewer_bb: enlarge ca_bar by 2 pixels

Origin commit data
------------------
Branch: ni/coolstream
Commit: cb9b9dc26d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)

Origin message was:
------------------
- infoviewer_bb: enlarge ca_bar by 2 pixels

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-12-12 11:34:20 +01:00
parent b227cefce0
commit 8e29d907b4

View File

@@ -985,7 +985,7 @@ void CInfoViewerBB::ResetModules()
void CInfoViewerBB::initBBOffset()
{
bottom_bar_offset = (g_settings.infobar_casystem_display < 2) ? (g_settings.infobar_casystem_frame ? 36 : 22) : 0;
bottom_bar_offset = (g_settings.infobar_casystem_display < 2) ? (g_settings.infobar_casystem_frame ? 38 : 24) : 0; //NI
}
void* CInfoViewerBB::scrambledThread(void *arg)