diff options
| author | Grant Limberg <glimberg@gmail.com> | 2016-05-16 18:26:33 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2016-05-16 18:26:33 -0700 |
| commit | acd6978a3094ae7cffdfb5cf79e4c2473ab3bb0f (patch) | |
| tree | 95bf844ca516278f7d453b33649e3fe84d1f32ce /ZeroTier One/JoinNetworkViewController.xib | |
| parent | ccbd6f97cda44999230222b8b54d077b7a754e0c (diff) | |
| download | infinitytier-acd6978a3094ae7cffdfb5cf79e4c2473ab3bb0f.tar.gz infinitytier-acd6978a3094ae7cffdfb5cf79e4c2473ab3bb0f.zip | |
set the combo box to use a data source and remember the last 20 networks input
Diffstat (limited to 'ZeroTier One/JoinNetworkViewController.xib')
| -rw-r--r-- | ZeroTier One/JoinNetworkViewController.xib | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ZeroTier One/JoinNetworkViewController.xib b/ZeroTier One/JoinNetworkViewController.xib index 2de44c9d..7a2ffe70 100644 --- a/ZeroTier One/JoinNetworkViewController.xib +++ b/ZeroTier One/JoinNetworkViewController.xib @@ -26,14 +26,6 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BQy-d9-BNg"> - <rect key="frame" x="131" y="57" width="221" height="26"/> - <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="n71-4S-AaI"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </comboBoxCell> - </comboBox> <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BGy-vd-NQX"> <rect key="frame" x="274" y="13" width="81" height="32"/> <buttonCell key="cell" type="push" title="Join" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6Rp-TA-XLl"> @@ -44,6 +36,14 @@ <action selector="onJoinClicked:" target="-2" id="kzC-GT-JKb"/> </connections> </button> + <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BQy-d9-BNg"> + <rect key="frame" x="131" y="57" width="221" height="26"/> + <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="5" id="n71-4S-AaI"> + <font key="font" metaFont="system"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> + </comboBoxCell> + </comboBox> </subviews> <point key="canvasLocation" x="249.5" y="361.5"/> </customView> |
