From 2e42c8ea83600faef719a4096ae2e5ff049075e5 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 26 Sep 2005 00:06:45 +0000 Subject: [PATCH] minor dialog tweak. 2005-09-26 Sven Neumann * plug-ins/common/gqbist.c: minor dialog tweak. --- ChangeLog | 4 ++++ plug-ins/common/gqbist.c | 1 + 2 files changed, 5 insertions(+) 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);