calendarui/views/dayview/inc/calendaycommonheaders.h
changeset 70 a5ed90760192
parent 64 1881ad52dc45
child 81 ce92091cbd61
--- a/calendarui/views/dayview/inc/calendaycommonheaders.h	Tue Aug 31 18:15:13 2010 +0530
+++ b/calendarui/views/dayview/inc/calendaycommonheaders.h	Mon Sep 06 10:12:45 2010 +0530
@@ -27,9 +27,9 @@
 const int KCalenHoursInDay = 24;
 
 /*!
- Number of time slots in hour (half of hour is defined as time slot) (UI spec)
+ Number of time slots in hour (one slot = 15 minutes) (UI spec)
  */
-const int KCalenSlotsInHour = 2;
+const int KCalenSlotsInHour = 4;
 
 /*!
  Content area (1/4 of screen) dedicated for All day events in Day View (UI spec)