mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- channellist: one more missing OFFSET define
This commit is contained in:
@@ -495,7 +495,7 @@ void CChannelList::calcSize()
|
|||||||
|
|
||||||
// calculate height (the infobox below mainbox is handled outside height)
|
// calculate height (the infobox below mainbox is handled outside height)
|
||||||
if (g_settings.channellist_show_infobox)
|
if (g_settings.channellist_show_infobox)
|
||||||
info_height = 2*fheight + fdescrheight + 10;
|
info_height = 2*fheight + fdescrheight + 2*OFFSET_INNER_SMALL;
|
||||||
else
|
else
|
||||||
info_height = 0;
|
info_height = 0;
|
||||||
height = pig_on_win ? frameBuffer->getScreenHeight(): frameBuffer->getScreenHeightRel();
|
height = pig_on_win ? frameBuffer->getScreenHeight(): frameBuffer->getScreenHeightRel();
|
||||||
|
Reference in New Issue
Block a user