If we're going to have a demo, we might as well pass in real values.

Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>

	* demos/gtk-demo/panes.c (create_pane_options): If we're going to
	have a demo, we might as well pass in real values.  Thanks to
	clahey for pointing this out.
This commit is contained in:
Jonathan Blandford
2001-02-16 02:57:37 +00:00
committed by Jonathan Blandford
parent f1177b43fa
commit 5cdb3ca279
8 changed files with 43 additions and 1 deletions

View File

@ -65,7 +65,7 @@ create_pane_options (GtkPaned *paned,
frame = gtk_frame_new (frame_label);
gtk_container_set_border_width (GTK_CONTAINER (frame), 4);
table = gtk_table_new (3, 2, 4);
table = gtk_table_new (3, 2, TRUE);
gtk_container_add (GTK_CONTAINER (frame), table);
label = gtk_label_new (label1);