From 6dc60aa53c3c458653417ddef1e3e9f3eb4debf2 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 6 May 2011 15:45:42 +0200 Subject: [PATCH] invite-participant-dialog: set a default height so a few contacts are displayed --- src/empathy-invite-participant-dialog.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c index b66d0979..743c460a 100644 --- a/src/empathy-invite-participant-dialog.c +++ b/src/empathy-invite-participant-dialog.c @@ -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 * -- 2.39.2