mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 20:30:11 +00:00
open-with-widget: don't set border in the widget box
This commit is contained in:
parent
9a1cd83933
commit
8b16f73f88
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user