From 1bc1b31cc0bb9cd102da768b3d6a32f7fbe02fc2 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 26 Feb 2003 00:07:41 +0000 Subject: Use fixed margins of 5% of page width/height. This is the same cheat as 2003-02-25 Hans Petter Jansson * gui/print.c (print_calendar): Use fixed margins of 5% of page width/height. This is the same cheat as gtkhtml employs to get around the fact that GNOME_PRINT_KEY_PAGE_MARGIN_* don't return useful values (I think). It sort of sucks, but is better than no margins at all. (print_comp): Ditto. svn path=/trunk/; revision=20066 --- calendar/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a0f464fe50..1037b89039 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2003-02-25 Hans Petter Jansson + + * gui/print.c (print_calendar): Use fixed margins of 5% of page + width/height. This is the same cheat as gtkhtml employs to get + around the fact that GNOME_PRINT_KEY_PAGE_MARGIN_* don't return + useful values (I think). It sort of sucks, but is better than + no margins at all. + (print_comp): Ditto. + 2003-02-25 Hans Petter Jansson * gui/calendar-config.c (calendar_config_get_default_view): Get -- cgit