Skip to content

Commit

Permalink
macosx: Add inter-cell spacing between colelction view cells in video…
Browse files Browse the repository at this point in the history
… collection views table view

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and jbkempf committed Dec 1, 2022
1 parent ce6e055 commit 4db7ba9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ - (void)setCollectionsTableView:(NSTableView *)collectionsTableView
_collectionsTableView = collectionsTableView;
_collectionsTableView.dataSource = self;
_collectionsTableView.delegate = self;

_collectionsTableView.intercellSpacing = NSMakeSize(20., 20.);
}

- (NSInteger)numberOfRowsInTableView:(NSTableView *)tableView
Expand Down

0 comments on commit 4db7ba9

Please sign in to comment.