mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-06 15:47:40 +00:00
43 lines
2.9 KiB
XML
43 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22690"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="OSKWindowController">
|
|
<connections>
|
|
<outlet property="oskView" destination="UaK-0H-MfR" id="gwP-BJ-Obz"/>
|
|
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Keyman" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" frameAutosaveName="KeymanOsk" animationBehavior="default" id="F0z-JX-Cv5">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="196" y="240" width="614" height="212"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
|
|
<view key="contentView" clipsToBounds="YES" id="se5-gp-TjO">
|
|
<rect key="frame" x="0.0" y="0.0" width="614" height="212"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<customView clipsToBounds="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UaK-0H-MfR" customClass="OSKView">
|
|
<rect key="frame" x="5" y="5" width="604" height="202"/>
|
|
</customView>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="UaK-0H-MfR" secondAttribute="trailing" constant="5" id="1lY-lc-Yx1"/>
|
|
<constraint firstItem="UaK-0H-MfR" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="5" id="7ta-Zg-WNp"/>
|
|
<constraint firstItem="UaK-0H-MfR" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="5" id="HXi-83-wEK"/>
|
|
<constraint firstAttribute="bottom" secondItem="UaK-0H-MfR" secondAttribute="bottom" constant="5" id="qno-Vx-OrY"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="572" y="340"/>
|
|
</window>
|
|
</objects>
|
|
</document>
|