gtk-demo: Expand the sidebar by default

Seems better to show what we have. Plus, clicking
those arrows is a little fiddly.
This commit is contained in:
Matthias Clasen 2020-06-06 22:07:38 -04:00
parent b9d7dab329
commit a28c75f215

View File

@ -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);