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




commit f6853b9d149676b1c89cf29f483544b0f51aff18
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]