diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2013-10-30 16:05:32 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-11-02 12:51:40 +1300 |
commit | 63a622c7fe87af660388aa44b23473b43faef481 (patch) | |
tree | 0676cdef118b5d5e96dde4fd21a2704ec76fb5b9 /addons/skin.confluence/720p/DialogBusy.xml | |
parent | 6012c2febdf98080f7b290bedb0c98d06c314420 (diff) |
[confluence] use <left> and <top> rather than <posx>
Diffstat (limited to 'addons/skin.confluence/720p/DialogBusy.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogBusy.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/addons/skin.confluence/720p/DialogBusy.xml b/addons/skin.confluence/720p/DialogBusy.xml index 6240d08888..54c9c7768c 100644 --- a/addons/skin.confluence/720p/DialogBusy.xml +++ b/addons/skin.confluence/720p/DialogBusy.xml @@ -4,25 +4,25 @@ <animation effect="fade" time="200">WindowClose</animation> <coordinates> <system>1</system> - <posx>0</posx> - <posy>0</posy> + <left>0</left> + <top>0</top> </coordinates> <controls> <control type="group"> - <posx>1070</posx> - <posy>640</posy> + <left>1070</left> + <top>640</top> <control type="image"> <description>background image</description> - <posx>0</posx> - <posy>0</posy> + <left>0</left> + <top>0</top> <width>200</width> <height>70</height> <texture border="20">OverlayDialogBackground.png</texture> </control> <control type="image"> <description>Busy animation</description> - <posx>20</posx> - <posy>20</posy> + <left>20</left> + <top>20</top> <width>32</width> <height>32</height> <texture>busy.png</texture> @@ -31,8 +31,8 @@ </control> <control type="label"> <description>Busy label</description> - <posx>60</posx> - <posy>20</posy> + <left>60</left> + <top>20</top> <width>120</width> <height>32</height> <align>left</align> @@ -42,8 +42,8 @@ </control> <control type="progress" id="10"> <description>Progressbar</description> - <posx>20</posx> - <posy>53</posy> + <left>20</left> + <top>53</top> <width>160</width> <height>8</height> </control> |