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

> 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)

Have you tried making the window smaller with that?  AFAIR, that was the
first thing I tried, too.

-Lars

-- 
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