Skip to content
  • Florian Müllner's avatar
    userWidget: Fix avatar size · b90f4d29
    Florian Müllner authored and Marco Trevisan's avatar Marco Trevisan committed
    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.
    
    Fix this by making sure the image is already loaded with the desired
    dimensions.
    
    #1024
    b90f4d29