diff --git a/ChangeLog b/ChangeLog index 36c7e2b1bc..ecc1991c8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-26 Sven Neumann + + * plug-ins/common/gqbist.c: minor dialog tweak. + 2005-09-26 Sven Neumann * app/core/gimpdata.c diff --git a/plug-ins/common/gqbist.c b/plug-ins/common/gqbist.c index 1ed0742706..da9ca32dd8 100644 --- a/plug-ins/common/gqbist.c +++ b/plug-ins/common/gqbist.c @@ -846,6 +846,7 @@ dialog_run (void) NULL); bbox = gtk_hbutton_box_new (); + gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), GTK_BUTTONBOX_START); gtk_box_pack_start (GTK_BOX (vbox), bbox, FALSE, FALSE, 0); gtk_widget_show (bbox);