Skip to content

Commit

Permalink
Disable query column resizing in console.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Oct 3, 2018
1 parent e23bc28 commit d0fc907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interfaces/English.lproj/Console.xib
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" />
</tableColumn>
</tableColumns>
<connections>
Expand Down

0 comments on commit d0fc907

Please sign in to comment.