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/DialogTextViewer.xml | |
parent | 6012c2febdf98080f7b290bedb0c98d06c314420 (diff) |
[confluence] use <left> and <top> rather than <posx>
Diffstat (limited to 'addons/skin.confluence/720p/DialogTextViewer.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogTextViewer.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/addons/skin.confluence/720p/DialogTextViewer.xml b/addons/skin.confluence/720p/DialogTextViewer.xml index 54f38e8db8..d63019acd9 100644 --- a/addons/skin.confluence/720p/DialogTextViewer.xml +++ b/addons/skin.confluence/720p/DialogTextViewer.xml @@ -6,16 +6,16 @@ <animation effect="slide" start="1100,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> <animation effect="slide" start="0,0" end="1100,0" time="400" tween="quadratic" easing="out">WindowClose</animation> <control type="image"> - <posx>180</posx> - <posy>0</posy> + <left>180</left> + <top>0</top> <width>1100</width> <height>720</height> <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture> </control> <control type="button"> <description>Close Window button</description> - <posx>200</posx> - <posy>0</posy> + <left>200</left> + <top>0</top> <width>64</width> <height>32</height> <label>-</label> @@ -34,8 +34,8 @@ <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> <control type="label" id="1"> <description>header label</description> - <posx>210</posx> - <posy>40</posy> + <left>210</left> + <top>40</top> <width>1030</width> <height>30</height> <font>font13_title</font> @@ -46,8 +46,8 @@ </control> <control type="textbox" id="5"> <description>textarea</description> - <posx>210</posx> - <posy>90</posy> + <left>210</left> + <top>90</top> <width>1000</width> <height>600</height> <label>-</label> @@ -58,8 +58,8 @@ <pagecontrol>61</pagecontrol> </control> <control type="scrollbar" id="61"> - <posx>1220</posx> - <posy>90</posy> + <left>1220</left> + <top>90</top> <width>25</width> <height>600</height> <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> |