aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/e-day-view.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8c2278732d..e23abebe3e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-17 Hans Petter Jansson <hpj@ximian.com>
+
+ 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.
+
2003-03-14 Rodrigo Moya <rodrigo@ximian.com>
Fixes #39740
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