diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogPVRChannelsOSD.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRChannelsOSD.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml b/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml index f21ffca185..0750f42b6e 100644 --- a/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml +++ b/addons/skin.estuary/xml/DialogPVRChannelsOSD.xml @@ -25,8 +25,8 @@ <focusedlayout height="90" width="1000"> <control type="image"> <left>0</left> - <width>1000</width> - <height>90</height> + <right>0</right> + <bottom>0</bottom> <texture colordiffuse="button_focus">lists/focus.png</texture> <visible>Control.hasFocus(11)</visible> </control> @@ -34,7 +34,7 @@ <left>770</left> <top>10</top> <width>90</width> - <height>70</height> + <bottom>10</bottom> <aspectratio align="right">keep</aspectratio> <texture>$INFO[listitem.icon]</texture> </control> @@ -48,7 +48,7 @@ <info>ListItem.Progress</info> </control> <control type="image"> - <left>945</left> + <right>15</right> <top>9</top> <width>40</width> <height>40</height> @@ -91,7 +91,7 @@ <left>770</left> <top>10</top> <width>90</width> - <height>70</height> + <bottom>10</bottom> <aspectratio align="right">keep</aspectratio> <texture>$INFO[listitem.icon]</texture> </control> @@ -105,7 +105,7 @@ <info>ListItem.Progress</info> </control> <control type="image"> - <left>945</left> + <right>15</right> <top>9</top> <width>40</width> <height>40</height> |