[libadwaita/wip/exalm/recoloring-fixes: 5/35] preferences-group: Hide the list by default
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 5/35] preferences-group: Hide the list by default
- Date: Mon, 13 Sep 2021 13:51:21 +0000 (UTC)
commit 33deea728e1923c5d3be8e3004a74b6d4c703e4c
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]