aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-23 03:17:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-23 03:17:00 +0800
commit36ec6f4a0de26338dbfeaa8f2cb8e7a878036404 (patch)
treec45157bd614e1555a862370985b0b12556a452b2 /addressbook/gui/component/addressbook-config.c
parentdf3238a7351f086254235741f417de24770aa2b8 (diff)
downloadgsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.tar
gsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.tar.gz
gsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.tar.bz2
gsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.tar.lz
gsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.tar.xz
gsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.tar.zst
gsoc2013-evolution-36ec6f4a0de26338dbfeaa8f2cb8e7a878036404.zip
Make the the scrolled window have an "in" shadow. Likewise. Likewise.
* gui/component/addressbook-component.c (impl_createControls): Make the the scrolled window have an "in" shadow. * gui/component/addressbook-config.c (addressbook_dialog_create_sources_table): Likewise. * gui/widgets/e-addressbook-view.c (create_minicard_view): Likewise. (create_treeview_view): Likewise. svn path=/trunk/; revision=22996
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c
index c5fc9c127a..1c4b5ca667 100644
--- a/addressbook/gui/component/addressbook-config.c
+++ b/addressbook/gui/component/addressbook-config.c
@@ -1625,6 +1625,7 @@ addressbook_dialog_create_sources_table (char *name, char *string1, char *string
GtkListStore *model;
scrolled = gtk_scrolled_window_new (NULL, NULL);
+ gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolld), GTK_SHADOW_IN);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);