I wrote:

> - When I resize vertically a diagram, the status bar edges are also
>   resized stealing a lot of space unnecessaryly.

--- interface.c.0       Sun Feb 14 22:56:06 1999
+++ interface.c Sun Feb 14 22:56:15 1999
@@ -230,7 +230,7 @@
                      0);
 
   gtk_table_attach (GTK_TABLE (table), status_hbox, 0, 3, 3, 4,
-                    GTK_FILL, GTK_EXPAND, 0, 0);
+                    GTK_FILL, GTK_FILL, 0, 0);
 
   /*  the accelerator table/group for the popup */
   gtk_window_add_accel_group (GTK_WINDOW(ddisp->shell),ddisp->accel_group)

Reply via email to