diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogSelect.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogSelect.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/addons/skin.estuary/xml/DialogSelect.xml b/addons/skin.estuary/xml/DialogSelect.xml index 326f4f74b2..6044d95a0b 100644 --- a/addons/skin.estuary/xml/DialogSelect.xml +++ b/addons/skin.estuary/xml/DialogSelect.xml @@ -62,7 +62,7 @@ <control type="label"> <left>135</left> <top>0</top> - <width>730</width> + <right>20</right> <height>60</height> <font>font14</font> <aligny>center</aligny> @@ -71,7 +71,7 @@ <control type="textbox"> <left>135</left> <top>52</top> - <width>730</width> + <right>20</right> <height>65</height> <font>font12</font> <textcolor>grey</textcolor> @@ -82,7 +82,7 @@ <control type="image"> <left>0</left> <top>0</top> - <width>880</width> + <right>0</right> <height>125</height> <texture colordiffuse="button_focus">lists/focus.png</texture> <visible>Control.HasFocus(6)</visible> @@ -98,7 +98,7 @@ <control type="label"> <left>135</left> <top>0</top> - <width>730</width> + <right>20</right> <height>60</height> <aligny>center</aligny> <scroll>true</scroll> @@ -108,7 +108,7 @@ <control type="textbox"> <left>135</left> <top>52</top> - <width>730</width> + <right>20</right> <height>65</height> <font>font12</font> <label>$INFO[ListItem.Label2]</label> |