changeset 606:df01183257a0

Pack the calendar with an initial size so the dummy OS/2 calendar shows up
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 28 Sep 2006 01:41:39 +0000
parents bf9da220b283
children b4cb30f47a97
files dwtest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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...