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)
commit0b7aa5091e725c9faa1cfbeb6ddfc167665828e6
treec2daf024261a2f26511f76c3aa1e57b8e47ee793
parent56c6c64162252d9c5d8ee24f74dda79afe534b69
Properly center HildonBanner contents

* 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)
ChangeLog
hildon/hildon-banner-private.h
hildon/hildon-banner.c