explicitly set the status bar's "status button"'s background style
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 4 Jul 2011 20:51:54 +0000 (20:51 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 4 Jul 2011 20:51:54 +0000 (20:51 +0000)
macosx/StatusBarController.m

index 699feefefbb2e6c7ae394382a6addc290c396024..ac0099326b98875f35607b4e0522bc4dc1325494 100644 (file)
@@ -70,6 +70,7 @@ typedef enum
     [[[fStatusButton menu] itemWithTag: STATUS_TRANSFER_SESSION_TAG] setTitle: NSLocalizedString(@"Session Transfer",
         "Status Bar -> status menu")];
     
+    [[fStatusButton cell] setBackgroundStyle: NSBackgroundStyleRaised];
     [[fTotalDLField cell] setBackgroundStyle: NSBackgroundStyleRaised];
     [[fTotalULField cell] setBackgroundStyle: NSBackgroundStyleRaised];