mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 18:49:27 +00:00
Use automatic row height to allow for multi-line custom fields
This commit is contained in:
@@ -158,6 +158,7 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
|
||||
|
||||
self.customFieldsTableView.backgroundColor = NSColor.clearColor;
|
||||
self.customFieldsTableView.usesAutomaticRowHeights = YES;
|
||||
[self.customFieldsTableView bind:NSContentBinding toObject:_customFieldsController withKeyPath:NSStringFromSelector(@selector(arrangedObjects)) options:nil];
|
||||
self.customFieldsTableView.delegate = _customFieldTableDelegate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user