mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
explicitly set the status bar's "status button"'s background style
This commit is contained in:
parent
fa63ffbdc7
commit
622297cc5d
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue