diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogMediaSource.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogMediaSource.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/addons/skin.estuary/xml/DialogMediaSource.xml b/addons/skin.estuary/xml/DialogMediaSource.xml index 50ab3fc473..4a37a28825 100644 --- a/addons/skin.estuary/xml/DialogMediaSource.xml +++ b/addons/skin.estuary/xml/DialogMediaSource.xml @@ -43,31 +43,31 @@ <ondown>12</ondown> <pagecontrol>60</pagecontrol> <scrolltime>200</scrolltime> - <itemlayout height="70"> + <itemlayout height="70" width="820"> <control type="label"> <left>10</left> + <right>10</right> <top>0</top> - <width>820</width> - <height>60</height> + <bottom>0</bottom> <aligny>center</aligny> <textcolor>grey</textcolor> <label>$INFO[ListItem.Label]</label> </control> </itemlayout> - <focusedlayout height="70"> + <focusedlayout height="70" width="820"> <control type="image"> <left>0</left> <top>0</top> - <width>820</width> - <height>61</height> + <bottom>0</bottom> + <right>0</right> <visible>Control.HasFocus(10)</visible> <texture colordiffuse="button_focus">lists/focus.png</texture> </control> <control type="label"> <left>10</left> <top>0</top> - <width>820</width> - <height>60</height> + <bottom>0</bottom> + <right>10</right> <aligny>center</aligny> <label>$INFO[ListItem.Label]</label> </control> |