]> git.0d.be Git - empathy.git/commitdiff
invite-participant-dialog: set a default height so a few contacts are displayed
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 6 May 2011 13:45:42 +0000 (15:45 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 18 May 2011 13:40:10 +0000 (15:40 +0200)
src/empathy-invite-participant-dialog.c

index b66d0979453acc119ee7488b39d62333e827eede..743c460afd9cfc614db96391777d706df7581eb3 100644 (file)
@@ -278,6 +278,9 @@ empathy_invite_participant_dialog_init (EmpathyInviteParticipantDialog *self)
 
   gtk_window_set_title (GTK_WINDOW (self), _("Invite Participant"));
   gtk_window_set_role (GTK_WINDOW (self), "invite_participant");
+
+  /* Set a default height so a few contacts are displayed */
+  gtk_window_set_default_size (GTK_WINDOW (self), -1, 400);
 }
 
 GtkWidget *