[gnome-software] review row: Set a style class to make styling easier



commit 4551e02e0d79ed0806769bd78ddaa0d9b7499ce0
Author: Kalev Lember <klember redhat com>
Date:   Thu Jun 30 16:12:21 2016 +0200

    review row: Set a style class to make styling easier
    
    As requested by Lapo.

 src/gs-review-row.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-review-row.ui b/src/gs-review-row.ui
index 79ce5df..4830afb 100644
--- a/src/gs-review-row.ui
+++ b/src/gs-review-row.ui
@@ -4,7 +4,9 @@
   <template class="GsReviewRow" parent="GtkListBoxRow">
     <property name="visible">True</property>
     <property name="activatable">False</property>
-
+    <style>
+      <class name="review-row"/>
+    </style>
     <child>
       <object class="GtkGrid" id="grid">
         <property name="visible">True</property>


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