Properly center HildonBanner contents
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 29 May 2009 13:28:28 +0000 (15:28 +0200)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 29 May 2009 13:30:10 +0000 (15:30 +0200)
* hildon/hildon-banner-private.h: Add a GtkAlignment to the private
structure.
* hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
to ensure the banner contents are centered, instead of relying on
the expand and fill properties in GtkHBox.
(hildon_banner_ensure_child): Do not expand nor fill the child widget.

Fixes: NB#108265 (Animation banner not properly centered)


No differences found