diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-04-06 08:56:18 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-04-06 08:56:18 +1000 |
commit | ae583e68e6a6274fa30d1b35eb869fc38d56831b (patch) | |
tree | 15383abdd4d3d374105bd6c254e6e51c97153f5a | |
parent | 3b508b2349e83103dfe8536eabc3800e39e1508c (diff) |
Fixed: [Confluence] Alignment issues caused by the removal of "Library Mode" button fixes #11404
-rw-r--r-- | addons/skin.confluence/720p/MyVideoNav.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/MyVideoNav.xml b/addons/skin.confluence/720p/MyVideoNav.xml index de418b53bb..a2915ceac5 100644 --- a/addons/skin.confluence/720p/MyVideoNav.xml +++ b/addons/skin.confluence/720p/MyVideoNav.xml @@ -152,7 +152,7 @@ </control> <control type="image"> <posx>185</posx> - <posy>240</posy> + <posy>200</posy> <width>40</width> <height>40</height> <texture>MediaSubSet.png</texture> @@ -307,7 +307,7 @@ </control> <control type="radiobutton" id="98"> <description>Extra Options</description> - <hitrect x="0" y="160" w="265" h="40" /> + <hitrect x="0" y="120" w="265" h="40" /> <posx>0</posx> <posy>120</posy> <include>ButtonCommonValues</include> |