[epiphany] ephy-embed: set shadow type IN for scrolled window
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-embed: set shadow type IN for scrolled window
- Date: Wed, 3 Oct 2012 10:07:08 +0000 (UTC)
commit edaf2784e030d48c77a336575ce97de67af58121
Author: Xan Lopez <xan igalia com>
Date: Wed Oct 3 12:06:38 2012 +0200
ephy-embed: set shadow type IN for scrolled window
As requested by the GNOME designers.
embed/ephy-embed.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 957e760..52a2180 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -1057,6 +1057,8 @@ ephy_embed_init (EphyEmbed *embed)
#ifndef HAVE_WEBKIT2
gtk_scrolled_window_set_policy (priv->scrolled_window,
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+ gtk_scrolled_window_set_shadow_type (priv->scrolled_window,
+ GTK_SHADOW_IN);
#endif
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]