|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
3 | 3 | <dependencies> |
4 | 4 | <deployment identifier="macosx"/> |
5 | | - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/> |
6 | 6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 7 | <capability name="stacking Non-gravity area distributions on NSStackView" minToolsVersion="7.0" minSystemVersion="10.11"/> |
8 | 8 | </dependencies> |
|
214 | 214 | <rect key="frame" x="408" y="0.0" width="176" height="22"/> |
215 | 215 | <subviews> |
216 | 216 | <segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="usm-aH-bgF"> |
217 | | - <rect key="frame" x="-1" y="1" width="57" height="20"/> |
| 217 | + <rect key="frame" x="-1" y="1" width="56" height="20"/> |
218 | 218 | <segmentedCell key="cell" borderStyle="border" alignment="left" style="roundRect" trackingMode="momentary" id="53c-PL-hc5"> |
219 | 219 | <font key="font" metaFont="cellTitle"/> |
220 | 220 | <segments> |
|
227 | 227 | </connections> |
228 | 228 | </segmentedControl> |
229 | 229 | <button verticalHuggingPriority="750" tag="9" translatesAutoresizingMaskIntoConstraints="NO" id="OLd-3g-GU4" userLabel="Find All Button"> |
230 | | - <rect key="frame" x="61" y="1" width="56" height="19"/> |
| 230 | + <rect key="frame" x="60" y="1" width="56" height="19"/> |
231 | 231 | <buttonCell key="cell" type="roundRect" title="Find All" bezelStyle="roundedRect" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="wFY-L9-Tvu"> |
232 | 232 | <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
233 | 233 | <font key="font" metaFont="cellTitle"/> |
|
237 | 237 | </connections> |
238 | 238 | </button> |
239 | 239 | <button verticalHuggingPriority="750" tag="11" translatesAutoresizingMaskIntoConstraints="NO" id="5rw-0w-Suw"> |
240 | | - <rect key="frame" x="123" y="1" width="53" height="19"/> |
| 240 | + <rect key="frame" x="122" y="1" width="54" height="19"/> |
241 | 241 | <buttonCell key="cell" type="roundRect" title="Done" bezelStyle="roundedRect" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="FOD-1e-hKW"> |
242 | 242 | <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
243 | 243 | <font key="font" metaFont="cellTitle"/> |
|
533 | 533 | </connections> |
534 | 534 | </menuItem> |
535 | 535 | <menuItem isSeparatorItem="YES" id="HU9-QD-3rl"/> |
| 536 | + <menuItem title="Move Line Up" keyEquivalent="" id="RLx-eh-Dve" userLabel="Move Line Up"> |
| 537 | + <modifierMask key="keyEquivalentModifierMask" option="YES"/> |
| 538 | + <connections> |
| 539 | + <action selector="moveLineUp:" target="7er-QZ-amI" id="DfR-xs-esy"/> |
| 540 | + </connections> |
| 541 | + </menuItem> |
| 542 | + <menuItem title="Move Line Down" keyEquivalent="" id="AuB-DE-f4W"> |
| 543 | + <modifierMask key="keyEquivalentModifierMask" option="YES"/> |
| 544 | + <connections> |
| 545 | + <action selector="moveLineDown:" target="7er-QZ-amI" id="l3R-s9-H0m"/> |
| 546 | + </connections> |
| 547 | + </menuItem> |
| 548 | + <menuItem isSeparatorItem="YES" id="tV1-Yv-95y"/> |
536 | 549 | <menuItem title="Cut" keyEquivalent="x" id="Alj-56-nPN"> |
537 | 550 | <connections> |
538 | 551 | <action selector="cut:" target="7er-QZ-amI" id="aKl-vW-7DZ"/> |
|
0 commit comments