mirror of
https://github.com/brl/mutter.git
synced 2025-02-01 22:32:05 +00:00
b3fbc26340
ClutterActors width and height can be reset to automatically use the preferred (calculated) value by setting the width or height to -1, so far this only works by setting it using `clutter_actor_set_width()` or `clutter_actor_set_height()`, make sure it can also be done using the "width" and "height" GObject properties. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1018