From 002e62aa1982a97da1cd166dee8af96733891567 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 2 Dec 2017 15:15:59 -0300 Subject: [PATCH] mejora para confluence --- plugin.video.alfa/channels/side_menu.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.video.alfa/channels/side_menu.py b/plugin.video.alfa/channels/side_menu.py index 0a4e564d..cdba529e 100644 --- a/plugin.video.alfa/channels/side_menu.py +++ b/plugin.video.alfa/channels/side_menu.py @@ -95,7 +95,7 @@ class Main(xbmcgui.WindowXMLDialog): self.focus = -1 self.buttons = [] posx= 0 - posy= 150 + posy= 145 space = 30 selected = 'selected.png' @@ -106,7 +106,7 @@ class Main(xbmcgui.WindowXMLDialog): shadow = "0xFF000000" offsetx = 30 offsety = 0 - font = 'font30_title' + font = 'font25_title' if config.get_setting('start_page'): label = 'Inicio' @@ -211,7 +211,7 @@ class Main(xbmcgui.WindowXMLDialog): self.buttons.append(self.button_torrent) start_page_item = get_start_page() - if start_page_item.channel =='news': + if config.get_setting('start_page') and start_page_item.channel =='news': posy += space label = 'Canales Activos' self.button_config = xbmcgui.ControlButton(posx, posy, width, height, label, font=font,