Changeset 111 for Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Month_View/CMonthTable.cp
- Timestamp:
- 10/28/07 23:29:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Month_View/CMonthTable.cp
r74 r111 33 33 const uint32_t cEventHeight = 16; 34 34 35 const float line_gray = 0.75; 36 const float line_gray_lighter = 0.875; 37 35 38 // --------------------------------------------------------------------------- 36 39 // CMonthTable [public] … … 120 123 ::CGContextSetShouldAntialias(inContext, false); 121 124 122 ::CGContextSetGrayStrokeColor(inContext, 0.5, 1.0);125 ::CGContextSetGrayStrokeColor(inContext, line_gray, 1.0); 123 126 ::CGContextStrokeRect(inContext, adjustedRect); 124 127