[gtk/gtk-demo-tweaks: 9/9] gtk-demo: Expand the sidebar by default
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-demo-tweaks: 9/9] gtk-demo: Expand the sidebar by default
- Date: Sun, 7 Jun 2020 02:16:50 +0000 (UTC)
commit a28c75f215d22032644946d7dd72abf090d110b9
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 6 22:07:38 2020 -0400
gtk-demo: Expand the sidebar by default
Seems better to show what we have. Plus, clicking
those arrows is a little fiddly.
demos/gtk-demo/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c
index 51846edaeb..7d5ac5477b 100644
--- a/demos/gtk-demo/main.c
+++ b/demos/gtk-demo/main.c
@@ -1040,7 +1040,7 @@ activate (GApplication *app)
listmodel = create_demo_model ();
treemodel = gtk_tree_list_model_new (FALSE,
G_LIST_MODEL (listmodel),
- FALSE,
+ TRUE,
get_child_model,
NULL,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]