mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
Revert "channellist: use "classic" width if minitv is unused"
This reverts commit 901b7cbd38
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -499,11 +499,7 @@ void CChannelList::calcSize()
|
|||||||
if (g_settings.channellist_additional)
|
if (g_settings.channellist_additional)
|
||||||
width = full_width / 3 * 2;
|
width = full_width / 3 * 2;
|
||||||
else
|
else
|
||||||
{
|
|
||||||
/* don't use 100% of screen if additional info / minitv is not used */
|
|
||||||
full_width = full_width * 76 / 99; /* same width as the old code with my settings :-) */
|
|
||||||
width = full_width;
|
width = full_width;
|
||||||
}
|
|
||||||
|
|
||||||
// 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)
|
||||||
|
Reference in New Issue
Block a user