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/ViewsAddonBrowser.xml | |
parent | d8767c2698e5edc0204b226ab688217063f1eba4 (diff) |
[confluence] use <right> rather than <posx> for right aligned labels
Diffstat (limited to 'addons/skin.confluence/720p/ViewsAddonBrowser.xml')
-rw-r--r-- | addons/skin.confluence/720p/ViewsAddonBrowser.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/addons/skin.confluence/720p/ViewsAddonBrowser.xml b/addons/skin.confluence/720p/ViewsAddonBrowser.xml index 47093bab38..805c3bea58 100644 --- a/addons/skin.confluence/720p/ViewsAddonBrowser.xml +++ b/addons/skin.confluence/720p/ViewsAddonBrowser.xml @@ -152,7 +152,7 @@ <posy>280</posy> <control type="label"> <description>Author txt</description> - <posx>150</posx> + <right>150</right> <posy>0</posy> <width>140</width> <height>25</height> @@ -177,7 +177,7 @@ </control> <control type="label"> <description>Version txt</description> - <posx>150</posx> + <right>150</right> <posy>30</posy> <width>140</width> <height>25</height> @@ -201,7 +201,7 @@ </control> <control type="label"> <description>Rating txt</description> - <posx>150</posx> + <right>150</right> <posy>60</posy> <width>140</width> <height>25</height> @@ -401,7 +401,7 @@ <posy>40</posy> <control type="label"> <description>Author txt</description> - <posx>130</posx> + <right>130</right> <posy>0</posy> <width>120</width> <height>25</height> @@ -426,7 +426,7 @@ </control> <control type="label"> <description>Version txt</description> - <posx>130</posx> + <right>130</right> <posy>30</posy> <width>120</width> <height>25</height> @@ -450,7 +450,7 @@ </control> <control type="label"> <description>Rating txt</description> - <posx>130</posx> + <right>130</right> <posy>60</posy> <width>120</width> <height>25</height> |