From c150a409d44428073347bf5da033d0290cda4d4d Mon Sep 17 00:00:00 2001 From: Nat Friedman Date: Tue, 25 May 1999 17:09:56 +0000 Subject: This is the fix Miguel and I hacked in the car at Expo to make the year view work in low-resolution displays. This isn't the proper fix, but it's better than the way things were. 1999-05-25 Nat Friedman * doc/C/gnomecal.sgml: Fixed a typo. * gnome-cal.c (setup_widgets): Added a scrolled window widget into which the year view is placed. * year-view.c (CALENDAR_HEIGHT): The height of the total year view inside the scrolled window. (idle_handler): Set the height of the year view to CALENDAR_HEIGHT. (year_view_size_allocate): Set the scroll region of the year view canvas to allocation->width, CALENDAR_HEIGHT. svn path=/trunk/; revision=938 --- calendar/doc/C/gnomecal.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/doc/C') diff --git a/calendar/doc/C/gnomecal.sgml b/calendar/doc/C/gnomecal.sgml index 92783cc06a..d083e6fb26 100644 --- a/calendar/doc/C/gnomecal.sgml +++ b/calendar/doc/C/gnomecal.sgml @@ -50,7 +50,7 @@ gnomecal program. You can use these options to alter the behaviour of the program or to quickly query the program for appointments, and to do items from the - command line without requiring an X display. These are usefu + command line without requiring an X display. These are useful for example to include in scripts. -- cgit v1.2.3