[gtk/matthiasc/for-master: 5/7] gtk-demo: Make the words demo expand
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 5/7] gtk-demo: Make the words demo expand
- Date: Tue, 14 Jul 2020 00:50:48 +0000 (UTC)
commit b7eb663b82d42fe5a9b794f2e7157143d4dd38fe
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jul 13 17:54:27 2020 -0400
gtk-demo: Make the words demo expand
We want to fill the window here.
demos/gtk-demo/listview_words.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/demos/gtk-demo/listview_words.c b/demos/gtk-demo/listview_words.c
index 5dd5ed324e..be556696cf 100644
--- a/demos/gtk-demo/listview_words.c
+++ b/demos/gtk-demo/listview_words.c
@@ -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 (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]