line up group row speeds with status bar speeds
This commit is contained in:
parent
9426e0bf1e
commit
ac300eab89
File diff suppressed because it is too large
Load Diff
|
@ -173,8 +173,6 @@
|
||||||
//adjust placement for proper vertical alignment
|
//adjust placement for proper vertical alignment
|
||||||
if (column == [self columnWithIdentifier: @"Group"])
|
if (column == [self columnWithIdentifier: @"Group"])
|
||||||
rect.size.height -= 1.0;
|
rect.size.height -= 1.0;
|
||||||
else if (column == [self columnWithIdentifier: @"UL"] || column == [self columnWithIdentifier: @"DL"])
|
|
||||||
rect.size.height += 1.0;
|
|
||||||
|
|
||||||
return rect;
|
return rect;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue