[evolution-patches] 43410 mail, ui, followup window opens too small



just opens at a 'reasonable size' (looks good here).

removes the limitation on shrinking the window too, which doesn't really
serve any purpose here.


Index: message-tag-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/message-tag-editor.c,v
retrieving revision 1.11
diff -u -3 -r1.11 message-tag-editor.c
--- message-tag-editor.c	14 Jan 2003 22:45:28 -0000	1.11
+++ message-tag-editor.c	27 May 2003 03:10:26 -0000
@@ -78,7 +78,7 @@
 static void
 message_tag_editor_init (MessageTagEditor *editor)
 {
-	g_object_set (editor, "allow_shrink", FALSE, "allow_grow", TRUE, NULL);
+	gtk_window_set_default_size((GtkWindow *)editor, 400, 500);
 	gtk_dialog_add_buttons (GTK_DIALOG (editor),
 				GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 				GTK_STOCK_OK, GTK_RESPONSE_OK,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]