gtk-demo: Cosmetic change to the css shadows demo

Make the text view in the bottom take up the bulk
of the window, as it used to be.
This commit is contained in:
Matthias Clasen
2020-08-29 16:42:30 -04:00
parent 8e74687ab3
commit c51f69c446

View File

@@ -106,6 +106,7 @@ do_css_shadows (GtkWidget *do_widget)
child = create_toolbar ();
gtk_paned_set_start_child (GTK_PANED (paned), child);
gtk_paned_set_resize_start_child (GTK_PANED (paned), FALSE);
text = gtk_text_buffer_new (NULL);
gtk_text_buffer_create_tag (text,