summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Maria Celorio <chema@src.gnome.org>2001-07-25 04:07:11 +0000
committerJose Maria Celorio <chema@src.gnome.org>2001-07-25 04:07:11 +0000
commit8890afcc2f78e2c681c224d7dcf65f2b49dbd433 (patch)
tree4b948da26b1506211a3ab25ce98673130b52d114
parent460ee8f15ec2045997a836efe1560249bda81594 (diff)
downloadgnome-control-center-8890afcc2f78e2c681c224d7dcf65f2b49dbd433.tar.gz
set the usize of the window
-rw-r--r--capplets/url-properties/ChangeLog4
-rw-r--r--capplets/url-properties/url-properties.c1
2 files changed, 5 insertions, 0 deletions
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 <chema@celorio.com>
+
+ * url-properties.c: set the usize of the window
+
2001-07-20 Chema Celorio <chema@celorio.com>
* 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);