# HG changeset patch # User mhessling@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1159407699 0 # Node ID df01183257a06aca079fc01a23949f339166700a # Parent bf9da220b283965f4917b85bb1cc5280ec26554d Pack the calendar with an initial size so the dummy OS/2 calendar shows up diff -r bf9da220b283 -r df01183257a0 dwtest.c --- a/dwtest.c Tue Sep 26 00:18:27 2006 +0000 +++ b/dwtest.c Thu Sep 28 01:41:39 2006 +0000 @@ -802,7 +802,7 @@ calbox = dw_box_new(DW_HORZ, 0); dw_box_pack_start(notebookbox5, calbox, 500, 200, TRUE, TRUE, 1); cal = dw_calendar_new(100); - dw_box_pack_start(calbox, cal, 0, 0, FALSE, FALSE, 0); + dw_box_pack_start(calbox, cal, 180, 160, TRUE, TRUE, 0); dw_calendar_set_date(cal, 2001, 1, 1); /* * Create our file toolbar boxes...