From f844e68fde33438b69fb2d202fc5d98c910ec909 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com> Date: Thu, 8 Nov 2007 14:35:53 -0500 Subject: [PATCH] Make the winder larger to have all buttons in screen by default --- sflphone-gtk/src/mainwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-gtk/src/mainwindow.c b/sflphone-gtk/src/mainwindow.c index 10b5deefea..7b8781c4d8 100644 --- a/sflphone-gtk/src/mainwindow.c +++ b/sflphone-gtk/src/mainwindow.c @@ -119,7 +119,7 @@ create_main_window () window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_container_set_border_width (GTK_CONTAINER (window), 0); gtk_window_set_title (GTK_WINDOW (window), PACKAGE); - gtk_window_set_default_size (GTK_WINDOW (window), 200, 300); + gtk_window_set_default_size (GTK_WINDOW (window), 230, 320); gtk_window_set_default_icon_from_file (ICON_DIR "/sflphone.png", NULL); -- GitLab