[gtk+/open-with-dialog: 25/52] open-with-widget: don't set border in the widget box



commit 8b16f73f8806d58319a8fb89d4c0b09f74a5436c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Nov 18 18:44:55 2010 +0100

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

 gtk/gtkopenwithwidget.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c
index c309def..8a04f5a 100644
--- a/gtk/gtkopenwithwidget.c
+++ b/gtk/gtkopenwithwidget.c
@@ -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),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]