gnome-shell/js
Dan Winship 4c4a703e63 messageTray: use alignment rather than gravity to position the summary
Actors in clutter are supposed to be re-allocated with
Clutter.AllocationFlags.ABSOLUTE_ORIGIN_CHANGED if they move relative
to the screen, even if they don't move relative to their parent.
Currently this does not work correctly for actors inside containers
with non-northwest gravity. This is probably a fixable bug, but
gravity has messed up other things in the past too, so let's just not
use it.

This change ensures that summary trayicons are re-allocated when the
summary animates, and is part of the fix for
https://bugzilla.gnome.org/show_bug.cgi?id=635695
2011-01-10 15:22:50 -05:00
..
misc Bluetooth status indicator 2010-12-18 19:10:15 +01:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui messageTray: use alignment rather than gravity to position the summary 2011-01-10 15:22:50 -05:00
Makefile.am Implement cross overview drag & drop 2011-01-05 23:19:56 +01:00