Re: patch for Formula Guru window, maximum edit text size
- From: Jody Goldberg <jody gnome org>
- To: Gregory Margo <gmargo pacbell net>
- Cc: Gnumeric List <gnumeric-list gnome org>
- Subject: Re: patch for Formula Guru window, maximum edit text size
- Date: Sun, 10 Feb 2002 15:07:17 -0500
--- gnumeric-gnome_1_4/src/dialogs/dialog-formula-guru.c.00 Sat Jan 26 07:45:22 2002
+++ gnumeric-gnome_1_4/src/dialogs/dialog-formula-guru.c Sat Feb 9 13:22:49 2002
@@ -451,7 +451,7 @@
gtk_table_attach (GTK_TABLE (state->arg_table),
as->name_label,
0, 1, row, row+1,
- GTK_EXPAND|GTK_FILL, 0, 0, 0);
+ GTK_SHRINK|GTK_FILL, 0, 0, 0);
Good idea, but no need to add the shrink. I'll apply to both
branches.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]