set the usize of the window

This commit is contained in:
Jose Maria Celorio 2001-07-25 04:07:11 +00:00
parent 460ee8f15e
commit 8890afcc2f
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-07-24 Chema Celorio <chema@celorio.com>
* url-properties.c: set the usize of the window
2001-07-20 Chema Celorio <chema@celorio.com>
* RELEASE : 1.5.0

View file

@ -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);