summaryrefslogtreecommitdiff
path: root/capplets/url-properties/url-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/url-properties/url-properties.c')
-rw-r--r--capplets/url-properties/url-properties.c1
1 files changed, 1 insertions, 0 deletions
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);