KMChromiumToolbar.xib 2.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="1080" identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  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="CTToolbarController">
  10. <connections>
  11. <outlet property="view" destination="1" id="22"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <customView id="1" customClass="CTToolbarView">
  17. <rect key="frame" x="0.0" y="0.0" width="608" height="34"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  19. <subviews>
  20. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="225">
  21. <rect key="frame" x="17" y="7" width="574" height="17"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  23. <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingMiddle" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="center" title="Placeholder toolbar — provide a Toolbar.xib or disable it. See CTToolbarController.h for details." id="226">
  24. <font key="font" metaFont="smallSystem"/>
  25. <color key="textColor" red="0.2282608696" green="0.2282608696" blue="0.2282608696" alpha="1" colorSpace="calibratedRGB"/>
  26. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  27. </textFieldCell>
  28. </textField>
  29. </subviews>
  30. <point key="canvasLocation" x="21" y="154"/>
  31. </customView>
  32. <userDefaultsController representsSharedInstance="YES" id="130"/>
  33. </objects>
  34. </document>