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

Commit

Permalink
Disable sequential columns autoresizing
Browse files Browse the repository at this point in the history
  • Loading branch information
stel committed Feb 28, 2016
1 parent 2ce37c1 commit 1106172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RealmBrowser/Resources/UI/Base.lproj/RLMDocument.xib
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
<rect key="frame" x="0.0" y="0.0" width="740" height="476"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="sequential" alternatingRowBackgroundColors="YES" autosaveName="InstanceTable" rowHeight="18" headerView="cDp-e2-1cA" viewBased="YES" id="enp-HN-e6b" customClass="RLMTableView">
<rect key="frame" x="0.0" y="0.0" width="967" height="453"/>
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" alternatingRowBackgroundColors="YES" autosaveName="InstanceTable" rowHeight="18" headerView="cDp-e2-1cA" viewBased="YES" id="enp-HN-e6b" customClass="RLMTableView">
<rect key="frame" x="0.0" y="0.0" width="967" height="0.0"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="10" height="2"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 1106172

Please sign in to comment.