Kodi Community Forum
spincontrolex aligny seems to be off - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: spincontrolex aligny seems to be off (/showthread.php?tid=76734)



spincontrolex aligny seems to be off - mindweaver - 2010-07-06

<aligny>center</aligny> in spincontrolex seems to be broken.

Image


- jmarshall - 2010-07-06

Have you actually specified <aligny> in your XML? The only case in which it won't be centered is if you don't specify it.

Cheers,
Jonathan


- mindweaver - 2010-07-06

Yes it is specified and has been working great ever since Aeon was created. Now all of a sudden it's misaligned. And there has been no changes to the xml. weird.

Code:
            <control type="spincontrolex" id="9">
                <description>default spincontrolex</description>
                <include>Objects_OSDSettingsButton</include>
                <textureup>settings/spin-up.png</textureup>
                <texturedown>settings/spin-down.png</texturedown>
                <textureupfocus>settings/spin-up-focus.png</textureupfocus>
                <texturedownfocus>settings/spin-down-focus.png</texturedownfocus>
                <spinposx>0</spinposx>
                <spinposy>-5</spinposy>
                <spinwidth>40</spinwidth>
                <spinheight>65</spinheight>
                <reverse>yes</reverse>
                <aligny>center</aligny>
            </control>



- Hitcher - 2010-07-06

More info here -

http://forum.xbmc.org/showthread.php?tid=76404


- mindweaver - 2010-07-06

Something must have changed within xbmc since these controls aligned perfectly before I updated to the latest svn last night.