From 8890afcc2f78e2c681c224d7dcf65f2b49dbd433 Mon Sep 17 00:00:00 2001 From: Jose Maria Celorio Date: Wed, 25 Jul 2001 04:07:11 +0000 Subject: [PATCH] set the usize of the window --- capplets/url-properties/ChangeLog | 4 ++++ capplets/url-properties/url-properties.c | 1 + 2 files changed, 5 insertions(+) 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);