[libadwaita/wip/exalm/background-colors: 24/54] preferences-group: Hide the list by default




commit 4e07bb3d0946e113dc16fc6e6e49a3979b4a06a9
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]