Skip to content

Commit 02447c6

Browse files
committed
#2741: Fix connection view showing a white background.
1 parent 4d450e1 commit 02447c6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Diff for: Interfaces/English.lproj/ConnectionView.xib

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
6+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
67
</dependencies>
78
<objects>
89
<customObject id="-2" userLabel="File's Owner" customClass="SPConnectionController">
@@ -182,7 +183,7 @@
182183
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
183184
<subviews>
184185
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" columnSelection="YES" columnResizing="NO" autosaveColumns="NO" id="4913" customClass="SPFavoritesOutlineView">
185-
<rect key="frame" x="0.0" y="0.0" width="200" height="19"/>
186+
<rect key="frame" x="0.0" y="0.0" width="200" height="483"/>
186187
<autoresizingMask key="autoresizingMask"/>
187188
<size key="intercellSpacing" width="3" height="2"/>
188189
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -252,7 +253,7 @@
252253
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="5588">
253254
<rect key="frame" x="0.0" y="0.0" width="681" height="481"/>
254255
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
255-
<clipView key="contentView" id="gFs-TM-wGu">
256+
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="gFs-TM-wGu">
256257
<rect key="frame" x="0.0" y="0.0" width="681" height="481"/>
257258
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
258259
<subviews>
@@ -1625,7 +1626,7 @@ DQ
16251626
<rect key="frame" x="0.0" y="0.0" width="578" height="293"/>
16261627
<autoresizingMask key="autoresizingMask"/>
16271628
<subviews>
1628-
<textView editable="NO" drawsBackground="NO" importsGraphics="NO" verticallyResizable="YES" id="5434">
1629+
<textView editable="NO" drawsBackground="NO" importsGraphics="NO" id="5434">
16291630
<rect key="frame" x="0.0" y="0.0" width="578" height="293"/>
16301631
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
16311632
<color key="textColor" red="0.90196078999999996" green="0.90196078999999996" blue="0.90196078999999996" alpha="1" colorSpace="calibratedRGB"/>
@@ -2378,8 +2379,6 @@ DQ
23782379
</fragment>
23792380
</attributedString>
23802381
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
2381-
<size key="minSize" width="578" height="293"/>
2382-
<size key="maxSize" width="1156" height="10000000"/>
23832382
<connections>
23842383
<outlet property="delegate" destination="-2" id="5462"/>
23852384
</connections>
@@ -2596,8 +2595,8 @@ DQ
25962595
<image name="button_action" width="30" height="22"/>
25972596
<image name="button_add" width="30" height="22"/>
25982597
<image name="button_add_folder" width="30" height="22"/>
2599-
<image name="button_bar_handle" width="11" height="23"/>
2600-
<image name="button_bar_spacer" width="10" height="23"/>
2598+
<image name="button_bar_handle" width="15" height="23"/>
2599+
<image name="button_bar_spacer" width="11" height="23"/>
26012600
<image name="key-icon" width="16" height="9"/>
26022601
<image name="key-icon-alternate" width="16" height="9"/>
26032602
</resources>

0 commit comments

Comments
 (0)