Changeset 315


Ignore:
Timestamp:
Jun 10, 2006, 3:38:32 AM (17 years ago)
Author:
livings124
Message:

Plus, not minus. :-/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/TorrentCell.m

    r314 r315  
    270270    pen.y += [progressString size].height + linePadding;
    271271   
    272     float barWidth = mainWidth + extraNameShift - 42.0 - padding;
     272    float barWidth = mainWidth + extraNameShift - 42.0 + padding;
    273273   
    274274    NSBitmapImageRep * bitmap = [[NSBitmapImageRep alloc]
Note: See TracChangeset for help on using the changeset viewer.