[gedit-collaboration] Do not add shadow to the sidepanel treeview



commit c5eb5bac2eb03bf9d37f6b94dd350b4c0c3e25f8
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Mar 6 19:17:24 2012 +0100

    Do not add shadow to the sidepanel treeview

 src/gedit-collaboration-window-helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gedit-collaboration-window-helper.c b/src/gedit-collaboration-window-helper.c
index 3af94d5..6be35a1 100644
--- a/src/gedit-collaboration-window-helper.c
+++ b/src/gedit-collaboration-window-helper.c
@@ -1585,7 +1585,7 @@ build_ui (GeditCollaborationWindowHelper *helper)
 	                                GTK_POLICY_AUTOMATIC);
 
 	gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (sw),
-	                                     GTK_SHADOW_ETCHED_IN);
+	                                     GTK_SHADOW_NONE);
 
 	/* Initialize libinfinity stuff */
 	init_infinity (helper);



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