]> git.0d.be Git - empathy.git/commit
call-window: use a ClutterBoxLayout to separate previews/toolbar
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 22 Mar 2012 22:25:41 +0000 (18:25 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 27 Mar 2012 13:16:57 +0000 (09:16 -0400)
commitd9c6227d30e2eb6521421c01f03749e8a4c576e9
treeeabb7368cf020e4163550d7093a961e2621e1e9e
parent60e0705dd14aff39fc24bb84ba862b7d19e265a6
call-window: use a ClutterBoxLayout to separate previews/toolbar

It's way easier to use a ClutterBoxLayout to ensure the preview
rectangles and the floating toolbar don't overlap.
This way, we can get rid of some complicated manual UI layouting code
and just a margin to set the bottom spacing for the floating toolbar.
Also, this makes the code not dependent on a hardcoded toolbar size
anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=672560
src/empathy-call-window.c