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/DialogVideoInfo.xml | |
parent | a875372331352974219878d8b543b1f5c0585a15 (diff) |
[confluence] update positioning so that <right> is measured from the right
Diffstat (limited to 'addons/skin.confluence/720p/DialogVideoInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoInfo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/DialogVideoInfo.xml b/addons/skin.confluence/720p/DialogVideoInfo.xml index 5a77043e32..dcae6c7b5f 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -806,7 +806,7 @@ </control> </control> <control type="label"> - <right>130r</right> + <right>130</right> <top>480</top> <width>400</width> <height>30</height> @@ -820,7 +820,7 @@ <visible>Control.IsVisible(400)</visible> </control> <control type="label"> - <right>130r</right> + <right>130</right> <top>480</top> <width>400</width> <height>30</height> |