diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-06 21:45:42 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-18 21:40:10 +0800 |
commit | 6dc60aa53c3c458653417ddef1e3e9f3eb4debf2 (patch) | |
tree | 1ab2cb8290921bd6d1ba940407c42291ad17d23b /src/empathy-invite-participant-dialog.c | |
parent | 6b5bea43c508bc26c2ee88edac5d60cf127b175c (diff) | |
download | gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.tar gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.tar.gz gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.tar.bz2 gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.tar.lz gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.tar.xz gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.tar.zst gsoc2013-empathy-6dc60aa53c3c458653417ddef1e3e9f3eb4debf2.zip |
invite-participant-dialog: set a default height so a few contacts are displayed
Diffstat (limited to 'src/empathy-invite-participant-dialog.c')
-rw-r--r-- | 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 b66d09794..743c460af 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 * |