Changeset 7e9d193
- Timestamp:
- Oct 11, 2018 11:51:55 AM (2 years ago)
- Branches:
- master
- Children:
- 7dbf568
- Parents:
- 4887707
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
launchers/macosx/I2PLauncher/Storyboard.storyboard
r4887707 r7e9d193 17 17 <tabViewItems> 18 18 <tabViewItem label="Router Status & Control" identifier="" id="Fle-u6-lgB"> 19 <view key="view" canDrawConcurrently="YES" id="xXg-Bt-RWR" customClass="RouterStatusView" customModule="I2PLauncher" customModuleProvider="target">19 <view key="view" identifier="routerStatusTabView" canDrawConcurrently="YES" id="xXg-Bt-RWR" customClass="RouterStatusView" customModule="I2PLauncher" customModuleProvider="target"> 20 20 <rect key="frame" x="10" y="33" width="430" height="254"/> 21 21 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> … … 64 64 </textFieldCell> 65 65 </textField> 66 <textField identifier="RouterPIDLabel" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bmP-Ui-gyo" userLabel="RouterPIDLabel"> 67 <rect key="frame" x="6" y="114" width="245" height="17"/> 68 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 69 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Router PID: Unknown" id="uFb-he-Wf3"> 70 <font key="font" metaFont="system"/> 71 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> 72 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 73 </textFieldCell> 74 </textField> 66 75 </subviews> 67 76 </view> … … 75 84 <subviews> 76 85 <button identifier="startstopRouterButton" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1eu-Qw-TD9" userLabel="start-stop-button"> 77 <rect key="frame" x=" 0.0" y="176" width="147" height="32"/>86 <rect key="frame" x="1" y="176" width="147" height="32"/> 78 87 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 79 88 <buttonCell key="cell" type="push" title="Start/Stop Router" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="OYN-sS-eQH"> … … 102 111 </box> 103 112 </subviews> 113 <accessibility identifier="routerStatusTabView"/> 104 114 <connections> 115 <outlet property="openConsoleButton" destination="XZi-oz-5gy" id="6xH-8v-63j"/> 105 116 <outlet property="quickControlView" destination="D8V-d8-0wT" id="4to-rN-2eL"/> 117 <outlet property="routerPIDLabel" destination="bmP-Ui-gyo" id="x5L-c1-yja"/> 106 118 <outlet property="routerStartStopButton" destination="1eu-Qw-TD9" id="FLt-MK-y5u"/> 107 119 <outlet property="routerStartedByLabel" destination="tgG-IT-Ojg" id="dA0-3w-cuF"/> … … 122 134 <clipView key="contentView" ambiguous="YES" drawsBackground="NO" id="E5l-WA-qOn"> 123 135 <rect key="frame" x="1" y="1" width="407" height="226"/> 124 <autoresizingMask key="autoresizingMask" />136 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 125 137 <subviews> 126 138 <textView identifier="LoggerTextView" ambiguous="YES" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="bgQ-8i-Xgb" userLabel="LoggerTextView"> … … 153 165 </tabViewItems> 154 166 </tabView> 167 <connections> 168 <outlet property="routerStatusViewOutlet" destination="xXg-Bt-RWR" id="L98-nF-i0n"/> 169 </connections> 155 170 </viewController> 156 171 <customObject id="d8g-wS-Zts" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> 157 <customObject id="4gn-BI-uSC" userLabel="Updater" customClass="SUUpdater"/>158 172 </objects> 159 173 <point key="canvasLocation" x="-823" y="166"/>
Note: See TracChangeset
for help on using the changeset viewer.