Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Constraint for min table column width
Browse files Browse the repository at this point in the history
  • Loading branch information
stel committed Feb 28, 2016
1 parent d8122a1 commit 2ce37c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RealmBrowser/Views/RLMTableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ - (void)setupColumnsWithType:(RLMTypeNode *)typeNode
headerCell.firstLine = propertyColumn.name;
headerCell.secondLine = [RLMDescriptions typeNameOfProperty:propertyColumn.property];
tableColumn.headerCell = headerCell;
tableColumn.minWidth = 26.0;

tableColumn.headerToolTip = [self.realmDataSource headerToolTipForColumn:propertyColumn];
[self addTableColumn:tableColumn];
Expand Down

0 comments on commit 2ce37c1

Please sign in to comment.