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/DialogExtendedProgressBar.xml | |
parent | 6012c2febdf98080f7b290bedb0c98d06c314420 (diff) |
[confluence] use <left> and <top> rather than <posx>
Diffstat (limited to 'addons/skin.confluence/720p/DialogExtendedProgressBar.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogExtendedProgressBar.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/addons/skin.confluence/720p/DialogExtendedProgressBar.xml b/addons/skin.confluence/720p/DialogExtendedProgressBar.xml index 0d4fa44d1c..34713784b6 100644 --- a/addons/skin.confluence/720p/DialogExtendedProgressBar.xml +++ b/addons/skin.confluence/720p/DialogExtendedProgressBar.xml @@ -5,20 +5,20 @@ <animation effect="slide" start="0,0" end="0,-70" delay="400" time="100">WindowClose</animation> <controls> <control type="group"> - <posx>720</posx> - <posy>0</posy> + <left>720</left> + <top>0</top> <animation effect="slide" end="0,-80" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation> <control type="image"> - <posx>0</posx> - <posy>-10</posy> + <left>0</left> + <top>-10</top> <width>400</width> <height>70</height> <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture> </control> <control type="label" id="30"> <description>Header Label</description> - <posx>15</posx> - <posy>4</posy> + <left>15</left> + <top>4</top> <width>370</width> <height>18</height> <font>font10_title</font> @@ -28,8 +28,8 @@ </control> <control type="label" id="31"> <description>Title Label</description> - <posx>15</posx> - <posy>20</posy> + <left>15</left> + <top>20</top> <width>370</width> <height>20</height> <font>font10</font> @@ -38,8 +38,8 @@ </control> <control type="progress" id="32"> <description>progress control</description> - <posx>15</posx> - <posy>42</posy> + <left>15</left> + <top>42</top> <width>370</width> <height>8</height> </control> |