Show
Ignore:
Timestamp:
10/28/07 23:29:14 (1 year ago)
Author:
daboo
Message:

Tweak the look of calendar events.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Month_View/CMonthTable.cp

    r74 r111  
    3333const uint32_t cEventHeight = 16; 
    3434 
     35const float line_gray = 0.75; 
     36const float line_gray_lighter = 0.875; 
     37 
    3538// --------------------------------------------------------------------------- 
    3639//      CMonthTable                                                                                                               [public] 
     
    120123        ::CGContextSetShouldAntialias(inContext, false); 
    121124         
    122         ::CGContextSetGrayStrokeColor(inContext, 0.5, 1.0); 
     125        ::CGContextSetGrayStrokeColor(inContext, line_gray, 1.0); 
    123126        ::CGContextStrokeRect(inContext, adjustedRect); 
    124127