[epiphany] ephy-overview: also set shadow style as IN here
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-overview: also set shadow style as IN here
- Date: Wed, 3 Oct 2012 10:50:26 +0000 (UTC)
commit aab3e81550ac57ffa13ae3f37cbb475f953fe4a4
Author: Xan Lopez <xan igalia com>
Date: Wed Oct 3 12:50:08 2012 +0200
ephy-overview: also set shadow style as IN here
embed/ephy-overview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-overview.c b/embed/ephy-overview.c
index 6cf7882..925523b 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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]