forked from AuroraMiddleware/gtk
gtk-demo: Make the words demo expand
We want to fill the window here.
This commit is contained in:
parent
1b28353be5
commit
b7eb663b82
@ -215,6 +215,7 @@ do_listview_words (GtkWidget *do_widget)
|
||||
gtk_overlay_add_overlay (GTK_OVERLAY (overlay), progress);
|
||||
|
||||
sw = gtk_scrolled_window_new ();
|
||||
gtk_widget_set_vexpand (sw, TRUE);
|
||||
gtk_overlay_set_child (GTK_OVERLAY (overlay), sw);
|
||||
|
||||
listview = gtk_list_view_new_with_factory (
|
||||
|
Loading…
Reference in New Issue
Block a user