mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 02:28:17 +00:00
Removed custom toolbar sizing code since we seem not to need it anymore
This commit is contained in:
@@ -115,6 +115,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
self.toolbar = [[NSToolbar alloc] initWithIdentifier:@"MainWindowToolbar"];
|
||||
self.toolbar.autosavesConfiguration = YES;
|
||||
self.toolbar.allowsUserCustomization = YES;
|
||||
/* center search in toolbar */
|
||||
if (@available(macOS 10.14, *)) {
|
||||
self.toolbar.centeredItemIdentifier = MPToolbarItemIdentifierSearch;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user