mejora para confluence
This commit is contained in:
@@ -95,7 +95,7 @@ class Main(xbmcgui.WindowXMLDialog):
|
|||||||
self.focus = -1
|
self.focus = -1
|
||||||
self.buttons = []
|
self.buttons = []
|
||||||
posx= 0
|
posx= 0
|
||||||
posy= 150
|
posy= 145
|
||||||
space = 30
|
space = 30
|
||||||
|
|
||||||
selected = 'selected.png'
|
selected = 'selected.png'
|
||||||
@@ -106,7 +106,7 @@ class Main(xbmcgui.WindowXMLDialog):
|
|||||||
shadow = "0xFF000000"
|
shadow = "0xFF000000"
|
||||||
offsetx = 30
|
offsetx = 30
|
||||||
offsety = 0
|
offsety = 0
|
||||||
font = 'font30_title'
|
font = 'font25_title'
|
||||||
|
|
||||||
if config.get_setting('start_page'):
|
if config.get_setting('start_page'):
|
||||||
label = 'Inicio'
|
label = 'Inicio'
|
||||||
@@ -211,7 +211,7 @@ class Main(xbmcgui.WindowXMLDialog):
|
|||||||
self.buttons.append(self.button_torrent)
|
self.buttons.append(self.button_torrent)
|
||||||
|
|
||||||
start_page_item = get_start_page()
|
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
|
posy += space
|
||||||
label = 'Canales Activos'
|
label = 'Canales Activos'
|
||||||
self.button_config = xbmcgui.ControlButton(posx, posy, width, height, label, font=font,
|
self.button_config = xbmcgui.ControlButton(posx, posy, width, height, label, font=font,
|
||||||
|
|||||||
Reference in New Issue
Block a user