Comment 6 for bug 876299

Revision history for this message
Peter TB Brett (peter-b) wrote :

I guess changing the flags passed to gtk_table_attach() doesn't help at all?

diff --git a/gschem/src/x_multiattrib.c b/gschem/src/x_multiattrib.c
index ee2a5f9..cd95338 100644
--- a/gschem/src/x_multiattrib.c
+++ b/gschem/src/x_multiattrib.c
@@ -2027,7 +2027,7 @@ static void multiattrib_init(Multiattrib *multiattrib)
   gtk_table_attach (GTK_TABLE (table), label,
       0, 1, 1, 2, 0, 0, 0, 0);
   gtk_table_attach (GTK_TABLE (table), scrolled_win,
- 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, 0, 6, 3);
+ 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, GTK_FILL, 6, 3);

   /* - the visible status */
   button = GTK_WIDGET (g_object_new (GTK_TYPE_CHECK_BUTTON,