open-with-widget: don't set border in the widget box

This commit is contained in:
Cosimo Cecchi 2010-11-18 18:44:55 +01:00
parent 9a1cd83933
commit 8b16f73f88

View File

@ -909,8 +909,6 @@ gtk_open_with_widget_init (GtkOpenWithWidget *self)
GtkOpenWithWidgetPrivate);
gtk_orientable_set_orientation (GTK_ORIENTABLE (self), GTK_ORIENTATION_VERTICAL);
gtk_container_set_border_width (GTK_CONTAINER (self), 5);
scrolled_window = gtk_scrolled_window_new (NULL, NULL);
gtk_widget_set_size_request (scrolled_window, 400, 300);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled_window),