mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
line up group row speeds with status bar speeds
This commit is contained in:
parent
9426e0bf1e
commit
ac300eab89
2 changed files with 3837 additions and 3827 deletions
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue