aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-editor.c')
-rw-r--r--mail/message-tag-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c
index 616bde1ecd..bfc7c699f3 100644
--- a/mail/message-tag-editor.c
+++ b/mail/message-tag-editor.c
@@ -78,7 +78,7 @@ message_tag_editor_class_init (MessageTagEditorClass *klass)
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,