From 26a55540dc8eda29c2a4793a2a7bc311a63b4815 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 21 Jan 2018 23:00:37 +0100 Subject: [PATCH] Revert "channellist: use "classic" width if minitv is unused" This reverts commit 2e2487dbaa2caaf9e42cc5aabd6aa0a07b177410 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/82bdff5185d6d01d7d92bbae7e59b3fcf126d262 Author: vanhofen Date: 2018-01-21 (Sun, 21 Jan 2018) ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 42a905c37..c857f7c41 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -503,11 +503,7 @@ void CChannelList::calcSize() if (g_settings.channellist_additional) width = full_width / 3 * 2; 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; - } // calculate height (the infobox below mainbox is handled outside height) if (g_settings.channellist_show_infobox)