Thank you everybody, clearly it is my code because i also verified that simple texture actor scales pretty well. Let me play with my code once more, possible i missed something.

Neil Roberts wrote:
On Wed, 2009-01-14 at 07:19 +0000, Dan Higham wrote:

Hi clad, correct me if I am wrong but I think you have to use set_scale, I am sure this is the case after adding the texture to a group and trying to resize the group.

If you call set_size on the texture actor then it *should* squish the
texture to fit into the rectangle. This works for me in the attached
example.

However if you are putting all of the icons into a group and then trying
to size them all in one call by setting the size of the group then that
won't work. ClutterGroup doesn't do any layout so it will ignore the
size you set on it.

Regards,
- Neil

--
To unsubscribe send a mail to [email protected]

Reply via email to