]> Pileus Git - ~andy/gtk/commit
color-widget: don't use a GtkAlignment to center the color editor
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Feb 2012 20:10:21 +0000 (15:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 21:37:01 +0000 (16:37 -0500)
commit6dbb4d6384a535bc29ff6c56fcecad50a243564c
treee5afb3d719f7c591c8f466516313bcede1e91feb
parent988cbb630076dcbb3e5756d1ff7dc298c369aff6
color-widget: don't use a GtkAlignment to center the color editor

We can just use a GtkBox, and set hexpand=TRUE/halign=CENTER to allocate
the editor in the middle of the box.
gtk/gtkcolorchooserwidget.c