[gq-commit] gq/src input.c,1.74,1.75
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-23 06:34:52
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv17961 Modified Files: input.c Log Message: * Usability: the attribute popup-menu in the entry-browser now pops up on a larger area Index: input.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/input.c,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** input.c 23 Oct 2003 05:46:23 -0000 1.74 --- input.c 23 Oct 2003 05:53:24 -0000 1.75 *************** *** 760,764 **** gtk_table_attach(GTK_TABLE(iform->table), ff->event_box, 0, 1, row, row + 1, ! /* GTK_FILL| */ GTK_SHRINK, GTK_FILL|GTK_EXPAND, 0, 0); --- 760,764 ---- gtk_table_attach(GTK_TABLE(iform->table), ff->event_box, 0, 1, row, row + 1, ! /* GTK_FILL| */ GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND, 0, 0); |