Changeset 10055
- Timestamp:
- Jan 31, 2010, 10:33:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TrackerCell.m
r9931 r10055 29 29 #define PADDING_HORIZONAL 3.0 30 30 #define PADDING_STATUS_HORIZONAL 3.0 31 #define ICON_SIZE 1 4.031 #define ICON_SIZE 16.0 32 32 #define PADDING_BETWEEN_ICON_AND_NAME 4.0 33 33 #define PADDING_ABOVE_ICON 1.0 34 #define PADDING_ABOVE_NAME 2.034 #define PADDING_ABOVE_NAME 1.0 35 35 #define PADDING_BETWEEN_LINES 1.0 36 36 #define PADDING_BETWEEN_LINES_ON_SAME_LINE 4.0 … … 76 76 77 77 fNameAttributes = [[NSMutableDictionary alloc] initWithObjectsAndKeys: 78 [NSFont messageFontOfSize: 1 1.0], NSFontAttributeName,78 [NSFont messageFontOfSize: 12.0], NSFontAttributeName, 79 79 paragraphStyle, NSParagraphStyleAttributeName, nil]; 80 80
Note: See TracChangeset
for help on using the changeset viewer.