|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="16A323" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1212" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
3 | 3 | <dependencies>
|
4 | 4 | <deployment identifier="macosx"/>
|
5 |
| - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/> |
6 | 6 | <capability name="box content view" minToolsVersion="7.0"/>
|
| 7 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 8 | </dependencies>
|
8 | 9 | <objects>
|
9 | 10 | <customObject id="-2" userLabel="File's Owner" customClass="ConfigWindowController">
|
|
323 | 324 | <binding destination="-2" name="value" keyPath="self.selectedProfile.allowPassive" id="9Za-En-syg"/>
|
324 | 325 | </connections>
|
325 | 326 | </button>
|
326 |
| - <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rOT-dn-UUf"> |
327 |
| - <rect key="frame" x="127" y="18" width="84" height="18"/> |
| 327 | + <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tMD-b4-w2E"> |
| 328 | + <rect key="frame" x="193" y="13" width="95" height="26"/> |
328 | 329 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
329 |
| - <buttonCell key="cell" type="check" title="use mKCP" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="q3a-bh-2eo"> |
330 |
| - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> |
| 330 | + <popUpButtonCell key="cell" type="push" title="tcp" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Jhw-Hk-xHQ" id="07T-9g-FQm"> |
| 331 | + <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> |
| 332 | + <font key="font" metaFont="menu"/> |
| 333 | + <menu key="menu" id="OwV-ph-tBz"> |
| 334 | + <items> |
| 335 | + <menuItem title="tcp" state="on" id="Jhw-Hk-xHQ"/> |
| 336 | + <menuItem title="kcp" id="5Eb-2c-mug"/> |
| 337 | + <menuItem title="WebSocket" id="PPM-JS-9Su"/> |
| 338 | + </items> |
| 339 | + </menu> |
| 340 | + <connections> |
| 341 | + <binding destination="-2" name="selectedIndex" keyPath="self.selectedProfile.network" id="75g-Vf-9I5"/> |
| 342 | + </connections> |
| 343 | + </popUpButtonCell> |
| 344 | + </popUpButton> |
| 345 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="c51-zU-mXj"> |
| 346 | + <rect key="frame" x="130" y="19" width="59" height="17"/> |
| 347 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 348 | + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Network:" id="Dkz-gS-91s"> |
331 | 349 | <font key="font" metaFont="system"/>
|
332 |
| - </buttonCell> |
333 |
| - <connections> |
334 |
| - <binding destination="-2" name="value" keyPath="self.selectedProfile.useMkcp" id="2XO-IT-AFS"/> |
335 |
| - </connections> |
336 |
| - </button> |
| 350 | + <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 351 | + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| 352 | + </textFieldCell> |
| 353 | + </textField> |
337 | 354 | </subviews>
|
338 | 355 | </view>
|
339 | 356 | </box>
|
|
0 commit comments