mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
Still need to investigate why some links to help.keyman.com/... don't work in download window. Also, this check-in contains some commmented-out code to try to get mouse pointer to change over hyperlinks. Need to get it working or revert (possibly need to report as a separate issue). Also, it would be nice for there to be some user feedback when loading pages, which can be quite slow at times.
64 lines
4.5 KiB
XML
64 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14109"/>
|
|
<plugIn identifier="com.apple.WebKitIBPlugin" version="14109"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="KMKeyboardHelpWindowController">
|
|
<connections>
|
|
<outlet property="welcomeView" destination="ByC-8N-YIC" id="pqT-EN-fMH"/>
|
|
<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="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5" customClass="NSPanel">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" utility="YES" nonactivatingPanel="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="196" y="240" width="770" height="555"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
|
<view key="contentView" id="se5-gp-TjO">
|
|
<rect key="frame" x="0.0" y="0.0" width="770" height="555"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<webView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ByC-8N-YIC">
|
|
<rect key="frame" x="10" y="37" width="750" height="508"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<webPreferences key="preferences" defaultFontSize="12" defaultFixedFontSize="12">
|
|
<nil key="identifier"/>
|
|
</webPreferences>
|
|
</webView>
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vqo-gV-XWs">
|
|
<rect key="frame" x="10" y="10" width="70" height="19"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="roundRect" title="Print..." bezelStyle="roundedRect" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fYY-Uj-y4S">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="cellTitle"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="printAction:" target="-2" id="Def-Ei-6xp"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vlA-P1-23H">
|
|
<rect key="frame" x="350" y="10" width="70" height="19"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="roundRect" title="OK" bezelStyle="roundedRect" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Zla-QF-m0K">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="cellTitle"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="okAction:" target="-2" id="qIv-he-ZJI"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="489" y="415.5"/>
|
|
</window>
|
|
</objects>
|
|
</document>
|