| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio
n="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessCont
rol="none"> | 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio
n="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessCont
rol="none"> |
| 3 <dependencies> | 3 <dependencies> |
| 4 <deployment version="1060" identifier="macosx"/> | 4 <deployment version="1060" identifier="macosx"/> |
| 5 <development version="5100" identifier="xcode"/> | 5 <development version="5100" identifier="xcode"/> |
| 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505
6"/> | 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505
6"/> |
| 7 </dependencies> | 7 </dependencies> |
| 8 <objects> | 8 <objects> |
| 9 <customObject id="-2" userLabel="File's Owner" customClass="BookmarkBarC
ontroller"> | 9 <customObject id="-2" userLabel="File's Owner" customClass="BookmarkBarC
ontroller"> |
| 10 <connections> | 10 <connections> |
| 11 <outlet property="buttonView_" destination="62" id="65"/> | 11 <outlet property="buttonView_" destination="62" id="65"/> |
| 12 <outlet property="offTheSideButton_" destination="63" id="66"/> | 12 <outlet property="offTheSideButton_" destination="63" id="66"/> |
| 13 <outlet property="view" destination="1" id="93"/> | 13 <outlet property="view" destination="1" id="93"/> |
| 14 </connections> | 14 </connections> |
| 15 </customObject> | 15 </customObject> |
| 16 <customObject id="-1" userLabel="First Responder" customClass="FirstResp
onder"/> | 16 <customObject id="-1" userLabel="First Responder" customClass="FirstResp
onder"/> |
| 17 <customObject id="-3" userLabel="Application"/> | 17 <customObject id="-3" userLabel="Application"/> |
| 18 <customView hidden="YES" id="1" customClass="BookmarkBarToolbarView"> | 18 <customView hidden="YES" id="1" customClass="BookmarkBarToolbarView"> |
| 19 <rect key="frame" x="0.0" y="0.0" width="600" height="142"/> | 19 <rect key="frame" x="0.0" y="0.0" width="600" height="142"/> |
| 20 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexible
MinY="YES"/> | 20 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexible
MinY="YES"/> |
| 21 <subviews> | 21 <subviews> |
| 22 <button id="63" customClass="BookmarkButton"> | 22 <button id="63" customClass="BookmarkButton"> |
| 23 <rect key="frame" x="586" y="2" width="20" height="24"/> | 23 <rect key="frame" x="586" y="2" width="20" height="24"/> |
| 24 <autoresizingMask key="autoresizingMask" flexibleMinX="YES"
flexibleMaxX="YES" heightSizable="YES"/> | 24 <autoresizingMask key="autoresizingMask" flexibleMinX="YES"
flexibleMaxX="YES" heightSizable="YES"/> |
| 25 <buttonCell key="cell" type="square" bezelStyle="shadowlessS
quare" imagePosition="overlaps" alignment="center" borderStyle="border" imageSca
ling="proportionallyUpOrDown" inset="2" id="64" customClass="BookmarkButtonCell"
> | 25 <buttonCell key="cell" type="square" bezelStyle="shadowlessS
quare" imagePosition="overlaps" alignment="center" borderStyle="border" imageSca
ling="proportionallyUpOrDown" inset="2" id="64" customClass="OffTheSideButtonCel
l"> |
| 26 <behavior key="behavior" pushIn="YES" lightByBackground=
"YES" lightByGray="YES"/> | 26 <behavior key="behavior" pushIn="YES" lightByBackground=
"YES" lightByGray="YES"/> |
| 27 </buttonCell> | 27 </buttonCell> |
| 28 <connections> | 28 <connections> |
| 29 <action selector="openOffTheSideFolderFromButton:" targe
t="-2" id="119"/> | 29 <action selector="openOffTheSideFolderFromButton:" targe
t="-2" id="119"/> |
| 30 <outlet property="delegate_" destination="-2" id="137"/> | 30 <outlet property="delegate_" destination="-2" id="137"/> |
| 31 </connections> | 31 </connections> |
| 32 </button> | 32 </button> |
| 33 <customView id="62" customClass="BookmarkBarView"> | 33 <customView id="62" customClass="BookmarkBarView"> |
| 34 <rect key="frame" x="0.0" y="-2" width="584" height="144"/> | 34 <rect key="frame" x="0.0" y="-2" width="584" height="144"/> |
| 35 <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/> | 35 <autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 </customObject> | 87 </customObject> |
| 88 <customObject id="110" customClass="GTMUILocalizerAndLayoutTweaker"> | 88 <customObject id="110" customClass="GTMUILocalizerAndLayoutTweaker"> |
| 89 <connections> | 89 <connections> |
| 90 <outlet property="localizerOwner_" destination="-2" id="111"/> | 90 <outlet property="localizerOwner_" destination="-2" id="111"/> |
| 91 <outlet property="localizer_" destination="72" id="113"/> | 91 <outlet property="localizer_" destination="72" id="113"/> |
| 92 <outlet property="uiObject_" destination="62" id="112"/> | 92 <outlet property="uiObject_" destination="62" id="112"/> |
| 93 </connections> | 93 </connections> |
| 94 </customObject> | 94 </customObject> |
| 95 </objects> | 95 </objects> |
| 96 </document> | 96 </document> |
| OLD | NEW |