[empathy] invite-participant-dialog: set a default height so a few contacts are displayed



commit 6dc60aa53c3c458653417ddef1e3e9f3eb4debf2
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 6 15:45:42 2011 +0200

    invite-participant-dialog: set a default height so a few contacts are displayed

 src/empathy-invite-participant-dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index b66d097..743c460 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 *



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