From 112e49e10dc3c28cf58c88c30076bb1d834367c7 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Tue, 18 Mar 2003 00:21:47 +0000 Subject: Fixes #39736 2003-03-17 Hans Petter Jansson Fixes #39736 * gui/e-day-view.c: Reduce the size of the large-digits font so it's en par with the one in 1.2. svn path=/trunk/; revision=20327 --- calendar/gui/e-day-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 9a1d70a14d..45e052637e 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -78,7 +78,7 @@ /* The minimum amount of space wanted on each side of the date string. */ #define E_DAY_VIEW_DATE_X_PAD 4 -#define E_DAY_VIEW_LARGE_FONT_PTSIZE 24 +#define E_DAY_VIEW_LARGE_FONT_PTSIZE 18 /* The offset from the top/bottom of the canvas before auto-scrolling starts.*/ #define E_DAY_VIEW_AUTO_SCROLL_OFFSET 16 -- cgit