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

This commit is contained in:
Mitchell Livingston
2010-11-28 04:47:50 +00:00
parent 2087241a62
commit 457f55e6c1

View File

@@ -420,7 +420,9 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
+ [fTableView rowHeight] + [fTableView intercellSpacing].height;
[fWindow setContentMinSize: contentMinSize];
[fWindow setContentBorderThickness: NSMinY([[fTableView enclosingScrollView] frame]) forEdge: NSMinYEdge];
[[fTotalDLField cell] setBackgroundStyle: NSBackgroundStyleRaised];
[[fTotalULField cell] setBackgroundStyle: NSBackgroundStyleRaised];
[[fTotalTorrentsField cell] setBackgroundStyle: NSBackgroundStyleRaised];
[self updateGroupsFilterButton];