Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
f844e68f
Commit
f844e68f
authored
Nov 08, 2007
by
Pierre-Luc Beaudoin
Browse files
Make the winder larger to have all buttons in screen by default
parent
e26a2e55
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/mainwindow.c
View file @
f844e68f
...
@@ -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
),
2
0
0
,
3
0
0
);
gtk_window_set_default_size
(
GTK_WINDOW
(
window
),
2
3
0
,
3
2
0
);
gtk_window_set_default_icon_from_file
(
ICON_DIR
"/sflphone.png"
,
gtk_window_set_default_icon_from_file
(
ICON_DIR
"/sflphone.png"
,
NULL
);
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment