[gnome-software: 2/7] review-row: Make the voting box invisible by default




commit 0356f8b3cdbe7f168da764c381e72deb206a7a51
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Nov 19 15:57:01 2021 +0100

    review-row: Make the voting box invisible by default
    
    This makes its visibility consistent with the default state.
    
    Fixes: #1362

 src/gs-review-row.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-review-row.ui b/src/gs-review-row.ui
index 99d9b246e..99c1563cf 100644
--- a/src/gs-review-row.ui
+++ b/src/gs-review-row.ui
@@ -73,6 +73,7 @@
         </child>
         <child>
           <object class="GtkBox" id="box_voting">
+            <property name="visible">False</property>
             <property name="spacing">9</property>
             <child>
               <object class="GtkLabel">


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