Skip to content
Snippets Groups Projects
Commit f844e68f authored by Pierre-Luc Beaudoin's avatar Pierre-Luc Beaudoin
Browse files

Make the winder larger to have all buttons in screen by default

parent e26a2e55
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ create_main_window () ...@@ -119,7 +119,7 @@ create_main_window ()
window = gtk_window_new (GTK_WINDOW_TOPLEVEL); window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_container_set_border_width (GTK_CONTAINER (window), 0); gtk_container_set_border_width (GTK_CONTAINER (window), 0);
gtk_window_set_title (GTK_WINDOW (window), PACKAGE); 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", gtk_window_set_default_icon_from_file (ICON_DIR "/sflphone.png",
NULL); NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment