Settings backrounds different sizes.
#1
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.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#2
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.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
Thx, I always mean to get that but then always slips my mind. Got it now...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Settings backrounds different sizes.0