diff --git a/capplets/url-properties/ChangeLog b/capplets/url-properties/ChangeLog index 442bacb59..5d761c288 100644 --- a/capplets/url-properties/ChangeLog +++ b/capplets/url-properties/ChangeLog @@ -1,3 +1,7 @@ +2001-07-24 Chema Celorio + + * url-properties.c: set the usize of the window + 2001-07-20 Chema Celorio * RELEASE : 1.5.0 diff --git a/capplets/url-properties/url-properties.c b/capplets/url-properties/url-properties.c index 8019f9ebe..f6296d0d5 100644 --- a/capplets/url-properties/url-properties.c +++ b/capplets/url-properties/url-properties.c @@ -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);