From 622297cc5d0afdfdda561b428509a8e5d6a4fa79 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 4 Jul 2011 20:51:54 +0000 Subject: [PATCH] explicitly set the status bar's "status button"'s background style --- macosx/StatusBarController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/StatusBarController.m b/macosx/StatusBarController.m index 699feefef..ac0099326 100644 --- a/macosx/StatusBarController.m +++ b/macosx/StatusBarController.m @@ -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]; -- 2.40.0