| 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="1090" 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="BookmarkBarF
olderController"> | 9 <customObject id="-2" userLabel="File's Owner" customClass="BookmarkBarF
olderController"> |
| 10 <connections> | 10 <connections> |
| 11 <outlet property="folderView_" destination="4" id="110"/> | 11 <outlet property="folderView_" destination="4" id="110"/> |
| 12 <outlet property="scrollDownArrowView_" destination="105" id="10
9"/> | 12 <outlet property="scrollDownArrowView_" destination="105" id="10
9"/> |
| 13 <outlet property="scrollUpArrowView_" destination="102" id="108"
/> | 13 <outlet property="scrollUpArrowView_" destination="102" id="108"
/> |
| 14 <outlet property="scrollView_" destination="90" id="94"/> | 14 <outlet property="scrollView_" destination="90" id="94"/> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 <subviews> | 105 <subviews> |
| 106 <customView id="98" userLabel="Visible Content View" customC
lass="BookmarkBarFolderWindowContentView"> | 106 <customView id="98" userLabel="Visible Content View" customC
lass="BookmarkBarFolderWindowContentView"> |
| 107 <rect key="frame" x="0.0" y="0.0" width="480" height="27
0"/> | 107 <rect key="frame" x="0.0" y="0.0" width="480" height="27
0"/> |
| 108 <autoresizingMask key="autoresizingMask" widthSizable="Y
ES" heightSizable="YES"/> | 108 <autoresizingMask key="autoresizingMask" widthSizable="Y
ES" heightSizable="YES"/> |
| 109 </customView> | 109 </customView> |
| 110 </subviews> | 110 </subviews> |
| 111 </view> | 111 </view> |
| 112 </window> | 112 </window> |
| 113 </objects> | 113 </objects> |
| 114 </document> | 114 </document> |
| OLD | NEW |