set the usize of the window
This commit is contained in:
parent
460ee8f15e
commit
8890afcc2f
2 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,7 @@ void build_capplet(void) {
|
|||
|
||||
capplet = capplet_widget_new();
|
||||
vbox = gtk_vbox_new(FALSE, 5);
|
||||
gtk_widget_set_usize (vbox, 400, 250);
|
||||
gtk_container_add(GTK_CONTAINER(capplet), vbox);
|
||||
gtk_widget_show(vbox);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue