Fix Grafici InfoPlus per Confluence
This commit is contained in:
@@ -381,11 +381,11 @@ class ImagesWindow(xbmcgui.WindowDialog):
|
||||
self.addControl(self.main_image)
|
||||
|
||||
if self.image_list:
|
||||
self.counter = xbmcgui.ControlTextBox(1180, 640, 60, 40, 'font30_title')
|
||||
self.counter = xbmcgui.ControlTextBox(1180, 640, 60, 40, 'font13')
|
||||
self.addControl(self.counter)
|
||||
self.counter.setText('%s/%s' % (1,len(self.image_list)))
|
||||
else:
|
||||
self.text = xbmcgui.ControlLabel(0, 0, 1280, 720, 'NESSUNA IMMAGINE', 'font30_title', alignment=2|4)
|
||||
self.text = xbmcgui.ControlLabel(0, 0, 1280, 720, 'NESSUNA IMMAGINE', 'font13', alignment=2|4)
|
||||
self.addControl(self.text)
|
||||
|
||||
self.close_btn = xbmcgui.ControlButton(0, 0, 1280, 720, '' ,'', '')
|
||||
|
||||
@@ -317,6 +317,7 @@
|
||||
<texture >Infoplus/tmdb.png</texture>
|
||||
</control>
|
||||
<control type="textbox" id="30006">
|
||||
<top>0</top>
|
||||
<left>60</left>
|
||||
<width>40</width>
|
||||
<height>50</height>
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
</control>
|
||||
<!-- COUNT -->
|
||||
<control type="textbox" id='30001'>
|
||||
<right>40</right>
|
||||
<bottom>40</bottom>
|
||||
<left>1190</left>
|
||||
<top>650</top>
|
||||
<width>50</width>
|
||||
<height>30</height>
|
||||
<font>font13</font>
|
||||
|
||||
Reference in New Issue
Block a user