4b9ced2 Do not load unnecessarily large image

Authored and Committed by Florian Müllner 5 years ago
1 file changed. 21 lines added. 10 lines removed.
    Do not load unnecessarily large image
    
    The size of the logo is limited by the work area size and the maximum
    value of the logo-size setting. There's no reason for ever loading the
    texture at a larger size than that, just use that size so we don't have
    to adjust the scale too much later.
    
        
file modified
+21 -10