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




commit 38827b67f0a7713a0e7007eb88475ce45318973a
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]