aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-03 18:50:08 +0800
committerXan Lopez <xan@igalia.com>2012-10-03 18:50:08 +0800
commitaab3e81550ac57ffa13ae3f37cbb475f953fe4a4 (patch)
tree1e280a2964cf7ff2cf2556081f110be47bbea4bb /embed
parentedaf2784e030d48c77a336575ce97de67af58121 (diff)
downloadgsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.tar
gsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.tar.gz
gsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.tar.bz2
gsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.tar.lz
gsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.tar.xz
gsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.tar.zst
gsoc2013-epiphany-aab3e81550ac57ffa13ae3f37cbb475f953fe4a4.zip
ephy-overview: also set shadow style as IN here
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-overview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-overview.c b/embed/ephy-overview.c
index 6cf7882cb..925523bbe 100644
--- a/embed/ephy-overview.c
+++ b/embed/ephy-overview.c
@@ -107,7 +107,7 @@ ephy_overview_constructed (GObject *object)
self->priv->frecent_view = GTK_WIDGET (gd_main_view_new (GD_MAIN_VIEW_ICON));
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (self->priv->frecent_view),
- GTK_SHADOW_NONE);
+ GTK_SHADOW_IN);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (self->priv->frecent_view),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
iconview = gtk_bin_get_child (GTK_BIN (self->priv->frecent_view));