Changeset 11441


Ignore:
Timestamp:
Nov 28, 2010, 4:47:50 AM (12 years ago)
Author:
livings124
Message:

set the status bar's upload and download numbers to the raised style, like the rest of the items in the bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r11433 r11441  
    421421    [fWindow setContentMinSize: contentMinSize];
    422422    [fWindow setContentBorderThickness: NSMinY([[fTableView enclosingScrollView] frame]) forEdge: NSMinYEdge];
    423        
     423   
     424    [[fTotalDLField cell] setBackgroundStyle: NSBackgroundStyleRaised];
     425    [[fTotalULField cell] setBackgroundStyle: NSBackgroundStyleRaised];
    424426    [[fTotalTorrentsField cell] setBackgroundStyle: NSBackgroundStyleRaised];
    425427   
Note: See TracChangeset for help on using the changeset viewer.