Fix Grafici InfoPlus per Confluence

This commit is contained in:
Alhaziel01
2020-12-22 19:00:17 +01:00
parent 47704ba79e
commit 0a870f2e04
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -381,11 +381,11 @@ class ImagesWindow(xbmcgui.WindowDialog):
self.addControl(self.main_image) self.addControl(self.main_image)
if self.image_list: 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.addControl(self.counter)
self.counter.setText('%s/%s' % (1,len(self.image_list))) self.counter.setText('%s/%s' % (1,len(self.image_list)))
else: 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.addControl(self.text)
self.close_btn = xbmcgui.ControlButton(0, 0, 1280, 720, '' ,'', '') self.close_btn = xbmcgui.ControlButton(0, 0, 1280, 720, '' ,'', '')
@@ -317,6 +317,7 @@
<texture >Infoplus/tmdb.png</texture> <texture >Infoplus/tmdb.png</texture>
</control> </control>
<control type="textbox" id="30006"> <control type="textbox" id="30006">
<top>0</top>
<left>60</left> <left>60</left>
<width>40</width> <width>40</width>
<height>50</height> <height>50</height>
@@ -39,8 +39,8 @@
</control> </control>
<!-- COUNT --> <!-- COUNT -->
<control type="textbox" id='30001'> <control type="textbox" id='30001'>
<right>40</right> <left>1190</left>
<bottom>40</bottom> <top>650</top>
<width>50</width> <width>50</width>
<height>30</height> <height>30</height>
<font>font13</font> <font>font13</font>