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/DialogVideoInfo.xml | |
parent | d8767c2698e5edc0204b226ab688217063f1eba4 (diff) |
[confluence] use <right> rather than <posx> for right aligned labels
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 e45ef00084..26994f46a2 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -804,7 +804,7 @@ </control> </control> <control type="label"> - <posx>130r</posx> + <right>130r</right> <posy>480</posy> <width>400</width> <height>30</height> @@ -818,7 +818,7 @@ <visible>Control.IsVisible(400)</visible> </control> <control type="label"> - <posx>130r</posx> + <right>130r</right> <posy>480</posy> <width>400</width> <height>30</height> |