Skip to content

Commit

Permalink
Fix a small visual glitch on the connection view
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Apr 20, 2018
1 parent 85f37eb commit 898ec8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Interfaces/English.lproj/ConnectionView.xib
Expand Up @@ -176,14 +176,14 @@
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" image="button_bar_handle" id="5859"/>
</imageView>
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="4910">
<rect key="frame" x="0.0" y="23" width="200" height="483"/>
<rect key="frame" x="0.0" y="23" width="200" height="490"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" drawsBackground="NO" id="cjP-S4-7Nz">
<rect key="frame" x="0.0" y="0.0" width="200" height="483"/>
<rect key="frame" x="0.0" y="0.0" width="200" height="490"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" columnSelection="YES" columnResizing="NO" autosaveColumns="NO" id="4913" customClass="SPFavoritesOutlineView">
<rect key="frame" x="0.0" y="0.0" width="200" height="483"/>
<rect key="frame" x="0.0" y="0.0" width="200" height="490"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 898ec8e

Please sign in to comment.