diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2013-10-20 21:28:46 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-11-02 11:43:50 +1300 |
commit | 6012c2febdf98080f7b290bedb0c98d06c314420 (patch) | |
tree | 86662b7cdba37d636fad4ac047a27c0e74af1757 /addons/skin.confluence/720p/includes.xml | |
parent | d8767c2698e5edc0204b226ab688217063f1eba4 (diff) |
[confluence] use <right> rather than <posx> for right aligned labels
Diffstat (limited to 'addons/skin.confluence/720p/includes.xml')
-rw-r--r-- | addons/skin.confluence/720p/includes.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml index 5a2aaea715..8e52a97267 100644 --- a/addons/skin.confluence/720p/includes.xml +++ b/addons/skin.confluence/720p/includes.xml @@ -334,7 +334,7 @@ <animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation> <control type="label"> <description>Page Count Label</description> - <posx>40r</posx> + <right>40r</right> <posy>53r</posy> <width>500</width> <height>20</height> @@ -348,7 +348,7 @@ </control> <control type="label"> <description>Container Duration Label</description> - <posx>40r</posx> + <right>40r</right> <posy>32r</posy> <width>500</width> <height>20</height> @@ -436,7 +436,7 @@ </control> <control type="label"> <description>Next Label</description> - <posx>485</posx> + <right>485</right> <posy>120</posy> <height>30</height> <width>325</width> @@ -931,7 +931,7 @@ <include name="Clock"> <control type="label"> <description>time label</description> - <posx>20r</posx> + <right>20r</right> <posy>5</posy> <width>200</width> <height>30</height> |