On Sun, 14 Feb 1999, Alejandro Aguilar Sierra said:

> Hi,
> 
> A bug and some things that could be better:
> 
> - When I resize vertically a diagram, the status bar edges are also
>   resized stealing a lot of space unnecessaryly.

This one I can fix (actually had it fixed but not sent in yet).

-Lars

Index: interface.c
===================================================================
RCS file: /cvs/gnome/dia/app/interface.c,v
retrieving revision 1.11
diff -u -b -B -r1.11 interface.c
--- interface.c 1999/02/11 21:47:32     1.11
+++ interface.c 1999/02/15 04:54:35
@@ -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, 0, 0, 0);
 
   /*  the accelerator table/group for the popup */
   gtk_window_add_accel_group (GTK_WINDOW(ddisp->shell), ddisp->accel_group);



-- 
Lars R. Clausen ([EMAIL PROTECTED])
A *real* smart bomb would call in sick, perhaps move to another country,
changing its name in the process, open a beach bar maybe and live out its
days in safe anonymity.                          -- Barry O'Neill in rhod

Reply via email to