mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 17:29:28 +00:00
Added Tags stubs
This commit is contained in:
@@ -156,6 +156,7 @@ NSString *const MPToolbarItemSearch = @"TOOLBAR_SEARCH";
|
||||
[[cell cancelButtonCell] setTarget:nil];
|
||||
[searchField setRecentsAutosaveName:@"RecentEntrySearches"];
|
||||
[item setView:searchField];
|
||||
/* Use default size base on documentation */
|
||||
[item setMinSize:NSMakeSize(140, 32)];
|
||||
[item setMaxSize:NSMakeSize(240, 32)];
|
||||
self.searchField = searchField;
|
||||
|
||||
Reference in New Issue
Block a user