mirror of
https://github.com/HackPlan/quark-shell-mac.git
synced 2026-01-12 15:04:57 +08:00
45 lines
3.0 KiB
XML
45 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14B25" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
|
|
<plugIn identifier="com.apple.WebKitIBPlugin" version="6250"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="QSHWebViewWindowController">
|
|
<connections>
|
|
<outlet property="webView" destination="GAv-OH-jTJ" id="DzU-vy-Tak"/>
|
|
<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" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
|
|
<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="480" height="270"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<webView translatesAutoresizingMaskIntoConstraints="NO" id="GAv-OH-jTJ">
|
|
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
|
|
<webPreferences key="preferences" defaultFontSize="12" defaultFixedFontSize="12">
|
|
<nil key="identifier"/>
|
|
</webPreferences>
|
|
</webView>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstAttribute="trailing" secondItem="GAv-OH-jTJ" secondAttribute="trailing" id="aay-no-vOz"/>
|
|
<constraint firstAttribute="bottom" secondItem="GAv-OH-jTJ" secondAttribute="bottom" id="bUy-YV-RnR"/>
|
|
<constraint firstItem="GAv-OH-jTJ" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="uBa-Uf-BKq"/>
|
|
<constraint firstItem="GAv-OH-jTJ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="xhr-BL-5Ss"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
</connections>
|
|
</window>
|
|
</objects>
|
|
</document>
|