23cb75e Fix logo size

Authored and Committed by Florian Müllner 5 years ago
1 file changed. 38 lines added. 15 lines removed.
    Fix logo size
    
    The texture cache now returns an actor with an appropriate ClutterContent
    rather than a ClutterTexture. That actor uses the CONTENT_SIZE request
    mode, which means that it will unconditionally request the preferred size
    of the content. That is, setting an explicit size no longer has an effect,
    but we can scale the actor instead.
    
        
file modified
+38 -15