[empathy] call-window: set a bigger default size



commit 8969c8bd635ad34ff8d44f2894e31c44a00e20b9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Jan 4 11:49:39 2013 +0100

    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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 91d02a1..996c0f7 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



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