diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-12-19 09:22:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 09:22:07 +0100 |
commit | eed32e78d50648b1004b119cb4ecb8647a98e35e (patch) | |
tree | 7d6a256f8f13208d7b9be9084b2bc152c458fc71 /addons/skin.estuary/xml/DialogSelect.xml | |
parent | 3fb350bb3a7439721abc4d6d0923b89330b1a480 (diff) | |
parent | 56adcfc01b2021f75a4d1985918caca730cd8d77 (diff) |
Merge pull request #11219 from phil65/krypton_update17.0b7-Krypton
[estuary] sync
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> |