You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
2.6 KiB
40 lines
2.6 KiB
<?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> |
|
<deployment identifier="macosx"/> |
|
<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="HourMarkerViewItem" customModule="Clocker" customModuleProvider="target"> |
|
<connections> |
|
<outlet property="constraintFromTop" destination="s8k-hS-sHN" id="aWd-YA-FDM"/> |
|
<outlet property="verticalLine" destination="1AP-TS-SAk" id="kxC-uc-q7X"/> |
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> |
|
</connections> |
|
</customObject> |
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
|
<customView id="Hz6-mo-xeY"> |
|
<rect key="frame" x="0.0" y="0.0" width="11" height="103"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<subviews> |
|
<box focusRingType="none" horizontalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="1AP-TS-SAk"> |
|
<rect key="frame" x="3" y="0.0" width="5" height="103"/> |
|
</box> |
|
</subviews> |
|
<constraints> |
|
<constraint firstAttribute="bottom" secondItem="1AP-TS-SAk" secondAttribute="bottom" id="VbR-OQ-DUr"/> |
|
<constraint firstItem="1AP-TS-SAk" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="5" id="azF-Qf-1NL"/> |
|
<constraint firstItem="1AP-TS-SAk" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" identifier="constrainFromTop" id="s8k-hS-sHN"/> |
|
<constraint firstAttribute="trailing" secondItem="1AP-TS-SAk" secondAttribute="trailing" constant="5" id="zcN-at-PoJ"/> |
|
</constraints> |
|
<point key="canvasLocation" x="-17.5" y="283"/> |
|
</customView> |
|
<customObject id="p0M-E4-898" customClass="HourMarkerViewItem" customModule="Clocker" customModuleProvider="target"> |
|
<connections> |
|
<outlet property="view" destination="Hz6-mo-xeY" id="9S0-wg-csq"/> |
|
</connections> |
|
</customObject> |
|
</objects> |
|
</document>
|
|
|