mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user