gtk-demo: Make the words demo expand

We want to fill the window here.
This commit is contained in:
Matthias Clasen 2020-07-13 17:54:27 -04:00
parent 1b28353be5
commit b7eb663b82

View File

@ -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 (