[gitg] No shadow, not needed with the headerbar.



commit 04d25105527f3ba975950b0a792693f99be6e015
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Feb 22 12:52:25 2013 +0100

    No shadow, not needed with the headerbar.
    
    Although we might want to add some custom css to just add
    a border on the left

 plugins/history/resources/view-history.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/history/resources/view-history.ui b/plugins/history/resources/view-history.ui
index 4176545..a09c878 100644
--- a/plugins/history/resources/view-history.ui
+++ b/plugins/history/resources/view-history.ui
@@ -6,7 +6,7 @@
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
     <property name="can_focus">True</property>
-    <property name="shadow-type">in</property>
+    <property name="shadow-type">none</property>
     <child>
       <object class="GitgGtkCommitListView" id="commit_list_view">
         <property name="visible">True</property>


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