diff --git a/Tribler/Main/vwxGUI/GuiUtility.py b/Tribler/Main/vwxGUI/GuiUtility.py index 8352240c5f8..ea1713b102a 100644 --- a/Tribler/Main/vwxGUI/GuiUtility.py +++ b/Tribler/Main/vwxGUI/GuiUtility.py @@ -303,7 +303,7 @@ def SetBottomSplitterWindow(self, window = None, show = True): else: from __init__ import GRADIENT_LGREY self.frame.splitter_bottom_window.SetBackgroundColour(GRADIENT_LGREY) - if self.guiPage != 'mychannel': + if self.guiPage not in ['mychannel', 'home']: self.frame.splitter.Show(show) self.frame.splitter_bottom.Layout() self.frame.splitter_bottom_window.Refresh()