diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-18 18:08:45 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-18 18:08:45 +0000 |
commit | 6c0891bda379bb5e2e29dd8f56127a1c245c242b (patch) | |
tree | 15147eb340fa5f6cd0a034f9e1b28f40bf82fea1 /Interfaces | |
parent | dc2b7273a6acd3bdd705d896b0c83075e2112ea6 (diff) | |
download | sequelpro-6c0891bda379bb5e2e29dd8f56127a1c245c242b.tar.gz sequelpro-6c0891bda379bb5e2e29dd8f56127a1c245c242b.tar.bz2 sequelpro-6c0891bda379bb5e2e29dd8f56127a1c245c242b.zip |
Fix IB warning.
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 9054b421..d32e5dd1 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A3017" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B3116" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment defaultVersion="1090" identifier="macosx"/> + <deployment defaultVersion="1060" identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/> - <plugIn identifier="com.apple.WebKitIBPlugin" version="3336"/> + <plugIn identifier="com.apple.WebKitIBPlugin" version="3338"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="SPDatabaseDocument"> @@ -593,7 +593,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" multipleSelection="NO" autosaveName="SPTableStructureSource" rowHeight="16" headerView="3926" id="232" customClass="SPTableView"> - <rect key="frame" x="0.0" y="0.0" width="689.5" height="288"/> + <rect key="frame" x="0.0" y="0.0" width="689" height="288"/> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> @@ -702,7 +702,7 @@ </textFieldCell> <tableColumnResizingMask key="resizingMask" userResizable="YES"/> </tableColumn> - <tableColumn identifier="default" width="45.5" minWidth="34" maxWidth="1000" id="248"> + <tableColumn identifier="default" width="45" minWidth="34" maxWidth="1000" id="248"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Default"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> @@ -777,7 +777,7 @@ </subviews> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> </clipView> - <scroller key="horizontalScroller" verticalHuggingPriority="750" horizontal="YES" id="3925"> + <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="3925"> <rect key="frame" x="1" y="289" width="689" height="16"/> <autoresizingMask key="autoresizingMask"/> </scroller> @@ -786,7 +786,7 @@ <autoresizingMask key="autoresizingMask"/> </scroller> <tableHeaderView key="headerView" id="3926"> - <rect key="frame" x="0.0" y="0.0" width="689.5" height="17"/> + <rect key="frame" x="0.0" y="0.0" width="689" height="17"/> <autoresizingMask key="autoresizingMask"/> </tableHeaderView> <connections> @@ -1162,7 +1162,7 @@ <rect key="frame" x="0.0" y="0.0" width="695" height="24.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" verticalScrollElasticity="none" id="CIQ-tc-1Fn"> + <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="CIQ-tc-1Fn"> <rect key="frame" x="0.0" y="-0.5" width="606" height="25.5"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="CFr-mD-WVy"> |