2018-08-28, 04:13
@Jumpy73
Open SkinSettings.xml and find this...
Change the left for the 4 movies panel to 970 and the left for the 8 movies panel to 750. You can leave the 12 movies at 530. I'll include this in the next update.
Open SkinSettings.xml and find this...
Code:
<!-- Miniaturas dos filmes - 4 -->
<control type="panel">
<left>530</left>
<top>650</top>
<width>435</width>
<height>240</height>
<orientation>horizontal</orientation>
<include>VirtualWidgetsContent</include>
<include>Animation_Fade</include>
<visible>String.Contains(Skin.String(widgetsnumber_h),4)</visible>
</control>
<!-- Miniaturas dos filmes - 8 -->
<control type="panel">
<left>530</left>
<top>650</top>
<width>880</width>
<height>240</height>
<orientation>horizontal</orientation>
<include>VirtualWidgetsContent</include>
<include>Animation_Fade</include>
<visible>String.Contains(Skin.String(widgetsnumber_h),8)</visible>
</control>
<!-- Miniaturas dos filmes - 12 -->
<control type="panel">
<left>530</left>
<top>650</top>
<width>1320</width>
<height>240</height>
<orientation>horizontal</orientation>
<include>VirtualWidgetsContent</include>
<include>Animation_Fade</include>
<visible>String.Contains(Skin.String(widgetsnumber_h),12)</visible>
</control>
Change the left for the 4 movies panel to 970 and the left for the 8 movies panel to 750. You can leave the 12 movies at 530. I'll include this in the next update.