changeset 556:f4093dce8155

Fixed a minor packing error in dw_messagebox().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 12 Apr 2004 03:52:15 +0000
parents 0d47bec8a5fb
children 1a210e2f214b
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Sun Apr 11 08:35:43 2004 +0000
+++ b/gtk/dw.c	Mon Apr 12 03:52:15 2004 +0000
@@ -2203,7 +2203,7 @@
 	/* Buttons */
 	buttonbox = dw_box_new(DW_HORZ, 10);
 
-	dw_box_pack_start(mainbox, buttonbox, 0, 40, TRUE, FALSE, 0);
+	dw_box_pack_start(mainbox, buttonbox, 0, 0, TRUE, FALSE, 0);
 
 	dwwait = dw_dialog_new((void *)entrywindow);