[gthumb] browser: removed the shadow from the tree view
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] browser: removed the shadow from the tree view
- Date: Sun, 8 Dec 2013 17:53:08 +0000 (UTC)
commit 2bd0bb16281dc917c692dea784dfd712b586dbfe
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Dec 1 18:16:43 2013 +0100
browser: removed the shadow from the tree view
gthumb/gth-browser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index e5e9432..782d5fb 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -4215,7 +4215,7 @@ gth_browser_init (GthBrowser *browser)
GTK_POLICY_AUTOMATIC,
GTK_POLICY_AUTOMATIC);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled_window),
- GTK_SHADOW_ETCHED_IN);
+ GTK_SHADOW_NONE);
gtk_widget_show (scrolled_window);
browser->priv->folder_tree = gth_folder_tree_new ("gthumb-vfs:///");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]