specify the background style of the up and down arrows in the status bar

This commit is contained in:
Mitchell Livingston
2012-06-10 13:47:32 +00:00
parent 9d3f8cb79a
commit d38f76ac74
3 changed files with 40 additions and 26 deletions

View File

@@ -30,7 +30,7 @@
{
IBOutlet NSButton * fStatusButton;
IBOutlet NSTextField * fTotalDLField, * fTotalULField;
IBOutlet NSImageView * fTotalDLImageView;
IBOutlet NSImageView * fTotalDLImageView, * fTotalULImageView;
tr_session * fLib;