[gitg] Apply sidebar style classes to refs list items



commit 98b7593ac16c2c1468f513c7a4e6f7527f45d12c
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Jul 12 11:55:41 2014 +0200

    Apply sidebar style classes to refs list items

 gitg/resources/ui/gitg-history-paned.ui   |    3 +++
 gitg/resources/ui/gitg-history-ref-row.ui |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gitg/resources/ui/gitg-history-paned.ui b/gitg/resources/ui/gitg-history-paned.ui
index 08bb925..05a022f 100644
--- a/gitg/resources/ui/gitg-history-paned.ui
+++ b/gitg/resources/ui/gitg-history-paned.ui
@@ -35,6 +35,9 @@
               <object class="GitgHistoryRefsList" id="d_refs_list">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <style>
+                  <class name="sidebar"/>
+                </style>
               </object>
             </child>
           </object>
diff --git a/gitg/resources/ui/gitg-history-ref-row.ui b/gitg/resources/ui/gitg-history-ref-row.ui
index a1158c6..da434d2 100644
--- a/gitg/resources/ui/gitg-history-ref-row.ui
+++ b/gitg/resources/ui/gitg-history-ref-row.ui
@@ -5,6 +5,9 @@
   <!-- interface-requires gd 1.0 -->
   <template class="GitgHistoryRefRow" parent="GtkListBoxRow">
     <property name="visible">True</property>
+    <style>
+      <class name="sidebar"/>
+    </style>
     <child>
       <object class="GtkRevealer" id="d_revealer">
         <property name="visible">True</property>


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