forked from AuroraMiddleware/gtk
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:
parent
b9d7dab329
commit
a28c75f215
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user