-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathSettingsViewController.xib
More file actions
63 lines (63 loc) · 4.16 KB
/
SettingsViewController.xib
File metadata and controls
63 lines (63 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="SettingsViewController" customModule="Comment_Wrapper" customModuleProvider="target">
<connections>
<outlet property="lineLengthPopupButton" destination="lXE-Ls-cyz" id="NQe-CD-vfJ"/>
<outlet property="view" destination="c22-O7-iKe" id="SRg-4L-UGb"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="c22-O7-iKe">
<rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jcs-BG-ih5">
<rect key="frame" x="189" y="128" width="75" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Line Length" id="7F8-Cc-4hA">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lXE-Ls-cyz">
<rect key="frame" x="269" y="122" width="39" height="25"/>
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="4Fq-6z-OFK">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="2v2-Wd-hWX"/>
</popUpButtonCell>
<connections>
<action selector="selectedLineLengthPopupButton:" target="-2" id="qcD-42-gHA"/>
</connections>
</popUpButton>
</subviews>
<constraints>
<constraint firstItem="jcs-BG-ih5" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="54E-Gg-1st"/>
<constraint firstItem="lXE-Ls-cyz" firstAttribute="centerY" secondItem="jcs-BG-ih5" secondAttribute="centerY" id="KqG-9g-ubJ"/>
<constraint firstItem="lXE-Ls-cyz" firstAttribute="leading" secondItem="jcs-BG-ih5" secondAttribute="trailing" constant="10" id="UEQ-Fd-oJy"/>
<constraint firstItem="jcs-BG-ih5" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="191" id="ycs-lO-458"/>
</constraints>
<point key="canvasLocation" x="141" y="154"/>
</customView>
<menu id="X4k-3p-dgi">
<items>
<menuItem title="Item 1" id="6kx-cO-cSk">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem title="Item 2" id="dcr-fK-Omc">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem title="Item 3" id="Ff1-Mj-BjY">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
</items>
<point key="canvasLocation" x="10" y="-146"/>
</menu>
</objects>
</document>