line up group row speeds with status bar speeds

This commit is contained in:
Mitchell Livingston 2008-02-19 02:24:26 +00:00
parent 9426e0bf1e
commit ac300eab89
2 changed files with 3837 additions and 3827 deletions

File diff suppressed because it is too large Load Diff

View File

@ -173,8 +173,6 @@
//adjust placement for proper vertical alignment
if (column == [self columnWithIdentifier: @"Group"])
rect.size.height -= 1.0;
else if (column == [self columnWithIdentifier: @"UL"] || column == [self columnWithIdentifier: @"DL"])
rect.size.height += 1.0;
return rect;
}