[gitg] Set the content-view style on the main scrolled win



commit b314f4293c10a6c550bb99d3f81bbb9a32d3e864
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Mar 17 11:13:41 2013 +0100

    Set the content-view style on the main scrolled win
    
    This way we get the proper background color

 gitg/resources/ui/gitg-window.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-window.ui b/gitg/resources/ui/gitg-window.ui
index 0e24227..53db7e9 100644
--- a/gitg/resources/ui/gitg-window.ui
+++ b/gitg/resources/ui/gitg-window.ui
@@ -146,6 +146,10 @@
                 <property name="visible">True</property>
                 <property name="vexpand">True</property>
                 <property name="hexpand">True</property>
+                <style>
+                  <class name="view"/>
+                  <class name="content-view"/>
+                </style>
                 <child>
                   <object class="GtkViewport" id="dash_viewport">
                     <property name="visible">True</property>


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