[libadwaita/wip/exalm/recoloring-fixes: 2/32] preferences-group: Hide the list by default




commit aef1c59521010f12d1bd4719f2fff1e0cf09bf74
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Sep 2 20:03:19 2021 +0500

    preferences-group: Hide the list by default
    
    We hide it when removing rows from it, but not if we've never added any
    rows into it to begin with, so the initial state is wrong.

 src/adw-preferences-group.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/adw-preferences-group.ui b/src/adw-preferences-group.ui
index adaba974..948eefe6 100644
--- a/src/adw-preferences-group.ui
+++ b/src/adw-preferences-group.ui
@@ -42,6 +42,7 @@
             </accessibility>
             <child>
               <object class="GtkListBox" id="listbox">
+                <property name="visible">False</property>
                 <property name="selection_mode">none</property>
                 <signal name="keynav-failed" handler="listbox_keynav_failed_cb" swapped="yes"/>
                 <style>


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