aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-23 03:26:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-23 03:26:40 +0800
commit0e89f43c0259cf89b64ee30feee2f9ffffcd0f10 (patch)
tree0740dff342ce960db2df7ed417d1da68cce19959 /filter/rule-editor.c
parent36ec6f4a0de26338dbfeaa8f2cb8e7a878036404 (diff)
downloadgsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar
gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.gz
gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.bz2
gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.lz
gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.xz
gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.zst
gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.zip
Remove Viewports around the treeviews, since they already have a scrolled
* filter.glade: Remove Viewports around the treeviews, since they already have a scrolled window around them and the viewports cause a double bevel to appear. * rule-editor.c (rule_editor_treeview_new): Make the scrolled window have a GTK_SHADOW_IN shadow. * vfolder-rule.c (vfolder_editor_sourcelist_new): Likewise svn path=/trunk/; revision=22997
Diffstat (limited to 'filter/rule-editor.c')
-rw-r--r--filter/rule-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/rule-editor.c b/filter/rule-editor.c
index 32f368a06b..24a2cc2279 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -679,6 +679,7 @@ rule_editor_treeview_new (char *widget_name, char *string1, char *string2, int i
GtkListStore *model;
scrolled = gtk_scrolled_window_new (NULL, NULL);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled), GTK_SHADOW_IN);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);