Index: panel/panel.c =================================================================== RCS file: /var/cvs/xfce/xfce4/xfce4-panel/panel/panel.c,v retrieving revision 1.118 diff -u -r1.118 panel.c --- panel/panel.c 11 Oct 2004 18:52:58 -0000 1.118 +++ panel/panel.c 15 Oct 2004 08:07:34 -0000 @@ -968,6 +968,8 @@ gtk_window_set_gravity (window, GDK_GRAVITY_STATIC); + gtk_container_set_border_width (GTK_CONTAINER (window), 0); + pb = get_panel_pixbuf (); gtk_window_set_icon (window, pb); g_object_unref (pb); @@ -985,8 +987,7 @@ gboolean vertical = (settings.orientation == VERTICAL); /* main frame */ - p->main_frame = gtk_frame_new (NULL); - gtk_frame_set_shadow_type (GTK_FRAME (p->main_frame), GTK_SHADOW_OUT); + p->main_frame = gtk_vbox_new (FALSE, 0); gtk_container_set_border_width (GTK_CONTAINER (p->main_frame), 0); gtk_widget_show (p->main_frame); gtk_container_add (GTK_CONTAINER (p->toplevel), p->main_frame);