diff options
author | Grant Limberg <glimberg@gmail.com> | 2016-06-30 20:07:22 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2016-06-30 20:07:22 -0700 |
commit | e7476927276cc957dce6710357326bb71ca3f17f (patch) | |
tree | ff87542dbcd6ab3efb719f70332c29f2fa1bc385 | |
parent | d786c5265f5260528a7f461bcc0bbc3aa7c933c8 (diff) | |
download | infinitytier-e7476927276cc957dce6710357326bb71ca3f17f.tar.gz infinitytier-e7476927276cc957dce6710357326bb71ca3f17f.zip |
remove background from network details view
-rw-r--r-- | ZeroTier One/ShowNetworksViewController.xib | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ZeroTier One/ShowNetworksViewController.xib b/ZeroTier One/ShowNetworksViewController.xib index 1535c668..91ce57cc 100644 --- a/ZeroTier One/ShowNetworksViewController.xib +++ b/ZeroTier One/ShowNetworksViewController.xib @@ -18,16 +18,16 @@ <subviews> <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="369" horizontalPageScroll="10" verticalLineScroll="369" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="miH-DQ-i4L"> <rect key="frame" x="20" y="20" width="530" height="481"/> - <clipView key="contentView" id="KXW-dX-mx6"> - <rect key="frame" x="0.0" y="0.0" width="530" height="481"/> + <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="KXW-dX-mx6"> + <rect key="frame" x="0.5" y="0.0" width="530" height="481"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="367" rowSizeStyle="automatic" viewBased="YES" id="w5O-vn-cYB"> - <rect key="frame" x="0.0" y="0.0" width="530" height="0.0"/> + <rect key="frame" x="0.0" y="0.0" width="530" height="481"/> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> - <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="calibratedRGB"/> + <color key="gridColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> <tableColumns> <tableColumn width="527" minWidth="40" maxWidth="1000" id="ztK-JB-A6Q"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border"> @@ -42,7 +42,7 @@ </textFieldCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> <prototypeCellViews> - <tableCellView identifier="NetworkInfoCell" id="rmb-il-W5I" customClass="NetworkInfoCell" customModule="ZeroTier_One" customModuleProvider="target"> + <tableCellView identifier="NetworkInfoCell" focusRingType="none" id="rmb-il-W5I" customClass="NetworkInfoCell" customModule="ZeroTier_One" customModuleProvider="target"> <rect key="frame" x="1" y="1" width="527" height="367"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> @@ -343,7 +343,7 @@ </tableColumns> </tableView> </subviews> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.59999999999999998" colorSpace="calibratedRGB"/> </clipView> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="ySn-XX-fde"> <rect key="frame" x="1" y="256" width="478" height="15"/> |