diff options
Diffstat (limited to 'addons/skin.estuary/xml/Includes_PVR.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_PVR.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml index ecaacd6633..675396f96c 100644 --- a/addons/skin.estuary/xml/Includes_PVR.xml +++ b/addons/skin.estuary/xml/Includes_PVR.xml @@ -40,20 +40,20 @@ <onright>$PARAM[scrollbar_id]</onright> <pagecontrol>$PARAM[scrollbar_id]</pagecontrol> <scrolltime>200</scrolltime> - <itemlayout height="70"> + <itemlayout height="70" width="470"> <control type="image"> <width>60</width> <height>60</height> - <left>405</left> - <top>4</top> - <texture border="2">$INFO[ListItem.ActualIcon]</texture> + <right>5</right> + <top>5</top> + <texture>$INFO[ListItem.ActualIcon]</texture> <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture> <bordersize>2</bordersize> <aspectratio>keep</aspectratio> </control> <control type="label"> <left>20</left> - <width>390</width> + <right>70</right> <height>70</height> <aligny>center</aligny> <font>font27</font> @@ -61,27 +61,27 @@ <label>$INFO[ListItem.ChannelNumberLabel,[B],[/B] - ]$INFO[ListItem.ChannelName]</label> </control> </itemlayout> - <focusedlayout height="70"> + <focusedlayout height="70" width="470"> <control type="image"> <left>0</left> - <width>470</width> - <height>70</height> + <right>0</right> + <bottom>0</bottom> <texture colordiffuse="button_focus">lists/focus.png</texture> <visible>Control.HasFocus($PARAM[list_id])</visible> </control> <control type="image"> <width>60</width> <height>60</height> - <left>405</left> - <top>4</top> - <texture border="2">$INFO[ListItem.ActualIcon]</texture> + <right>5</right> + <top>5</top> + <texture>$INFO[ListItem.ActualIcon]</texture> <bordertexture colordiffuse="border_alpha">colors/black.png</bordertexture> <bordersize>2</bordersize> <aspectratio>keep</aspectratio> </control> <control type="label"> <left>20</left> - <width>390</width> + <right>70</right> <height>70</height> <font>font27</font> <aligny>center</aligny> |