[bijiben] mainView: do not shadow the GdMainView



commit 0fb67438798071393d1b8a84365422214ecdf22e
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Sun Oct 20 23:32:05 2013 +0200

    mainView: do not shadow the GdMainView
    
    See 706909

 src/bjb-main-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/bjb-main-view.c b/src/bjb-main-view.c
index 823e7ac..f1ee802 100644
--- a/src/bjb-main-view.c
+++ b/src/bjb-main-view.c
@@ -601,6 +601,8 @@ bjb_main_view_constructed(GObject *o)
 
   /* Main view */
   gd_main_view_set_selection_mode (priv->view, FALSE);
+  gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (priv->view),
+                                       GTK_SHADOW_NONE);
   gd_main_view_set_model (priv->view, bjb_controller_get_model(priv->controller));
   gtk_container_add (GTK_CONTAINER (self), GTK_WIDGET (priv->view));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]