diff options
author | ronie <ronie> | 2013-12-03 18:04:13 +0100 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-04 09:06:00 +1300 |
commit | e6a08cbf829f3e79e54d072b1063c7878efe6677 (patch) | |
tree | 552fb4612de053148acea6b7462defc804d3af3d /addons/skin.confluence/720p/includes.xml | |
parent | a875372331352974219878d8b543b1f5c0585a15 (diff) |
[confluence] update positioning so that <right> is measured from the right
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 038c55e74f..37b54780fe 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> - <right>40r</right> + <right>40</right> <top>53r</top> <width>500</width> <height>20</height> @@ -348,7 +348,7 @@ </control> <control type="label"> <description>Container Duration Label</description> - <right>40r</right> + <right>40</right> <top>32r</top> <width>500</width> <height>20</height> @@ -436,7 +436,7 @@ </control> <control type="label"> <description>Next Label</description> - <right>485</right> + <left>160</left> <top>120</top> <height>30</height> <width>325</width> @@ -930,7 +930,7 @@ <include name="Clock"> <control type="label"> <description>time label</description> - <right>20r</right> + <right>20</right> <top>5</top> <width>200</width> <height>30</height> |