KMChromiumTabContents.xib 2.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="1080" identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="CTTabContentsController">
  10. <connections>
  11. <outlet property="contentsContainer_" destination="195" id="200"/>
  12. <outlet property="view" destination="94" id="156"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="93" userLabel="Tab view">
  18. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  19. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  20. <rect key="contentRect" x="336" y="204" width="480" height="360"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  22. <value key="minSize" type="size" width="480" height="360"/>
  23. <view key="contentView" id="94">
  24. <rect key="frame" x="0.0" y="0.0" width="480" height="360"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <splitView fixedFrame="YES" dividerStyle="thin" translatesAutoresizingMaskIntoConstraints="NO" id="195">
  28. <rect key="frame" x="0.0" y="0.0" width="480" height="360"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. </splitView>
  31. </subviews>
  32. </view>
  33. <point key="canvasLocation" x="21" y="144"/>
  34. </window>
  35. </objects>
  36. </document>