From 6e3e832f22b2a14bcb7f01839b70a2e4d0713025 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 9 Sep 2013 23:01:41 +0200 Subject: [PATCH] fix the offset of items in calendar day view broken in d8b779a9ff974444efe99a5d41b8d2663e8a5919 --- webcit/calendar_view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 0e8ac9843..bfc455728 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -17,8 +17,8 @@ #include "calendar.h" /* These define how high the hour rows are in the day view */ -#define TIMELINE 30 -#define EXTRATIMELINE (TIMELINE / 2) +#define TIMELINE 22 +#define EXTRATIMELINE 22 void embeddable_mini_calendar(int year, int month) { -- 2.30.2