fix the offset of items in calendar day view broken in d8b779a9ff974444efe99a5d41b8d2...
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 9 Sep 2013 21:01:41 +0000 (23:01 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 9 Sep 2013 21:01:41 +0000 (23:01 +0200)
webcit/calendar_view.c

index 0e8ac9843385bc217f6326014f2110af9c2033cd..bfc455728740c1b3bd23d318418fdfcced4974f6 100644 (file)
@@ -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)
 {