[gnote] Removed Shadow from SearchView



commit ff8110f184163e49e722adceeb27e004b774d0ea
Author: Günther Wutz <info gunibert de>
Date:   Fri Jun 9 23:23:49 2017 +0200

    Removed Shadow from SearchView
    
    Signed-off-by: Günther Wutz <info gunibert de>
    Fixes Bug 783610

 src/searchnoteswidget.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/searchnoteswidget.cpp b/src/searchnoteswidget.cpp
index 4c09266..9aa7bed 100644
--- a/src/searchnoteswidget.cpp
+++ b/src/searchnoteswidget.cpp
@@ -82,8 +82,6 @@ SearchNotesWidget::SearchNotesWidget(NoteManager & m)
 
   update_results();
 
-  m_matches_window.set_shadow_type(Gtk::SHADOW_IN);
-
   m_matches_window.property_hscrollbar_policy() = Gtk::POLICY_AUTOMATIC;
   m_matches_window.property_vscrollbar_policy() = Gtk::POLICY_AUTOMATIC;
   m_matches_window.add(*m_tree);
@@ -257,7 +255,6 @@ Gtk::Widget *SearchNotesWidget::make_notebooks_pane()
   Gtk::ScrolledWindow *sw = new Gtk::ScrolledWindow();
   sw->property_hscrollbar_policy() = Gtk::POLICY_AUTOMATIC;
   sw->property_vscrollbar_policy() = Gtk::POLICY_AUTOMATIC;
-  sw->set_shadow_type(Gtk::SHADOW_IN);
   sw->add(*m_notebooksTree);
   sw->show();
 


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