Kodi Community Forum
Settings backrounds different sizes. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Settings backrounds different sizes. (/showthread.php?tid=90312)



Settings backrounds different sizes. - darkscout - 2011-01-11

When you go into the settings menu, anytime you go into a sub setting "Video" "Audio" "Appearance" etc, the width of the background image changes.

It's nothing major, just a bit distracting.


- darkscout - 2011-01-11

One of these days I'll go see how difficult the fix is before I decide to post something.

In Settings.xml & SettingsCategory.xml
Code:
        <control type="largeimage">
            <include>Dimensions_Fullscreen</include>
            <width>1280</width>
            <height>720</height>
            <texture>backdrops/curtains_diffuse.png</texture>
            [b]<aspectratio>scale</aspectratio>[/b]
            <include>VisibleFadeEffect</include>
        </control>

Doesn't match. One is scale and one is stretch. Making them the same fixes the problem.


- mcborzu - 2011-01-12

Thx, I always mean to get that but then always slips my mind. Got it now...