Add one pixel between rows so that the grid can draw.
This commit is contained in:
parent
28f001b3ed
commit
83f97cf118
|
@ -535,7 +535,7 @@
|
||||||
<constraint firstItem="KZz-oC-IY4" firstAttribute="leading" secondItem="rE6-fd-xjY" secondAttribute="leading" id="dqI-OO-8A0"/>
|
<constraint firstItem="KZz-oC-IY4" firstAttribute="leading" secondItem="rE6-fd-xjY" secondAttribute="leading" id="dqI-OO-8A0"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
</customView>
|
</customView>
|
||||||
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="96" horizontalPageScroll="10" verticalLineScroll="96" verticalPageScroll="10" hasHorizontalScroller="NO" horizontalScrollElasticity="none" translatesAutoresizingMaskIntoConstraints="NO" id="Kfs-n2-RYk">
|
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="97" horizontalPageScroll="10" verticalLineScroll="97" verticalPageScroll="10" hasHorizontalScroller="NO" horizontalScrollElasticity="none" translatesAutoresizingMaskIntoConstraints="NO" id="Kfs-n2-RYk">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
||||||
<clipView key="contentView" copiesOnScroll="NO" id="yAN-Ex-RC7">
|
<clipView key="contentView" copiesOnScroll="NO" id="yAN-Ex-RC7">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
||||||
|
@ -544,6 +544,7 @@
|
||||||
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="96" viewBased="YES" id="DRs-j8-R9a" customClass="TimelineTableView" customModule="Evergreen" customModuleProvider="target">
|
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="96" viewBased="YES" id="DRs-j8-R9a" customClass="TimelineTableView" customModule="Evergreen" customModuleProvider="target">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
<rect key="frame" x="0.0" y="0.0" width="450" height="198"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<size key="intercellSpacing" width="0.0" height="1"/>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||||
<color key="gridColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="gridColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<tableColumns>
|
<tableColumns>
|
||||||
|
@ -565,7 +566,7 @@
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
</tableCellView>
|
</tableCellView>
|
||||||
<customView identifier="timelineRow" id="54E-Vz-WND" customClass="TimelineTableRowView" customModule="Evergreen" customModuleProvider="target">
|
<customView identifier="timelineRow" id="54E-Vz-WND" customClass="TimelineTableRowView" customModule="Evergreen" customModuleProvider="target">
|
||||||
<rect key="frame" x="0.0" y="68" width="447" height="96"/>
|
<rect key="frame" x="0.0" y="69" width="447" height="96"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||||
</customView>
|
</customView>
|
||||||
</prototypeCellViews>
|
</prototypeCellViews>
|
||||||
|
|
Loading…
Reference in New Issue