mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
change the default toolbar to separate the remove button and the pause/resume all button with a space instead of a separator
This commit is contained in:
parent
c36ee39a03
commit
0cb651af29
1 changed files with 1 additions and 1 deletions
|
@ -3316,7 +3316,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
- (NSArray *) toolbarDefaultItemIdentifiers: (NSToolbar *) toolbar
|
||||
{
|
||||
return [NSArray arrayWithObjects:
|
||||
TOOLBAR_CREATE, TOOLBAR_OPEN_FILE, TOOLBAR_REMOVE, NSToolbarSeparatorItemIdentifier,
|
||||
TOOLBAR_CREATE, TOOLBAR_OPEN_FILE, TOOLBAR_REMOVE, NSToolbarSpaceItemIdentifier,
|
||||
TOOLBAR_PAUSE_RESUME_ALL, NSToolbarFlexibleSpaceItemIdentifier,
|
||||
TOOLBAR_QUICKLOOK, TOOLBAR_FILTER, TOOLBAR_INFO, nil];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue