From 8969c8bd635ad34ff8d44f2894e31c44a00e20b9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 4 Jan 2013 11:49:39 +0100 Subject: call-window: set a bigger default size Set the same size as the default chat-window size. https://bugzilla.gnome.org/show_bug.cgi?id=687450 --- src/empathy-call-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 91d02a195..996c0f717 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1872,6 +1872,8 @@ empathy_call_window_init (EmpathyCallWindow *self) empathy_call_window_show_hangup_button (self, TRUE); + gtk_window_set_default_size (GTK_WINDOW (self), 580, 480); + empathy_geometry_bind (GTK_WINDOW (self), "call-window"); /* These signals are used to track the window position and save it * when the window is destroyed. We need to do this as we don't want -- cgit v1.2.3