Revert "channellist: use "classic" width if minitv is unused"

This reverts commit 2e2487dbaa


Origin commit data
------------------
Branch: ni/coolstream
Commit: 82bdff5185
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-21 (Sun, 21 Jan 2018)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-21 23:00:37 +01:00
parent 49cb72db8a
commit 26a55540dc

View File

@@ -503,11 +503,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)