[gnome-software: 92/110] gs-updates-section: Hide details label by default




commit cd7c1c560a05be2bac3992c6b3a76d1c26b4cb98
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Aug 27 15:19:56 2021 -0300

    gs-updates-section: Hide details label by default
    
    GTK4 shows widgets by default, and this label is supposed
    to start hidden. Hide it explicitly in the UI file.

 src/gs-updates-section.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-updates-section.ui b/src/gs-updates-section.ui
index 24c896f2e..16fa7e179 100644
--- a/src/gs-updates-section.ui
+++ b/src/gs-updates-section.ui
@@ -81,6 +81,7 @@
     </child>
     <child>
       <object class="GtkLabel" id="description">
+        <property name="visible">False</property>
         <property name="can_focus">False</property>
         <property name="halign">start</property>
         <property name="wrap">True</property>


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