Changeset 348


Ignore:
Timestamp:
Jun 13, 2006, 1:10:48 AM (17 years ago)
Author:
livings124
Message:

Setting the size for the images that will start large initially was redundant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/TorrentCell.m

    r345 r348  
    6868            fProgressWhite = [NSImage imageNamed: @"ProgressBarWhite.png"];
    6969            [fProgressWhite setScalesWhenResized: YES];
    70             [fProgressWhite setSize: startSize];
    7170        }
    7271        if (!fProgressBlue)
     
    8685            fProgressGreen = [NSImage imageNamed: @"ProgressBarGreen.png"];
    8786            [fProgressGreen setScalesWhenResized: YES];
    88             [fProgressGreen setSize: startSize];
    8987        }
    9088        if (!fProgressAdvanced)
     
    9290            fProgressAdvanced = [NSImage imageNamed: @"ProgressBarAdvanced.png"];
    9391            [fProgressAdvanced setScalesWhenResized: YES];
    94             [fProgressAdvanced setSize: startSize];
    9592        }
    9693       
Note: See TracChangeset for help on using the changeset viewer.