Changeset 4104

Show
Ignore:
Timestamp:
05/08/06 20:29:33 (3 years ago)
Author:
morris
Message:

Apply font on files browser

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCFiles.m

    r3979 r4104  
    254254        [_filesTableView setUsesAlternatingRowBackgroundColors:[WCSettings boolForKey:WCFilesAlternateRows]]; 
    255255        [_filesTableView setNeedsDisplay:YES]; 
     256         
     257        [_filesBrowser setNeedsDisplay:YES]; 
    256258} 
    257259 
     
    13741376        [cell setImage:[file iconWithWidth:16.0]]; 
    13751377        [cell setRepresentedObject:file]; 
     1378        [cell setFont:[WCSettings objectForKey:WCFilesFont]]; 
    13761379} 
    13771380