[gtk/matthiasc/for-master] gtk-demo: Cosmetic change to the css shadows demo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] gtk-demo: Cosmetic change to the css shadows demo
- Date: Sat, 29 Aug 2020 20:43:24 +0000 (UTC)
commit c51f69c446648312f1eba9c2baaef5ef6a0ae1fb
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 29 16:42:30 2020 -0400
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.
demos/gtk-demo/css_shadows.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/demos/gtk-demo/css_shadows.c b/demos/gtk-demo/css_shadows.c
index 74236c6f3c..cb534a451c 100644
--- a/demos/gtk-demo/css_shadows.c
+++ b/demos/gtk-demo/css_shadows.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]