Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: chrome/app/nibs/BookmarkBar.xib

Issue 2435593008: Cocoa: Fix a constraint violation when navigating away from a detached bookmark bar. (Closed)
Patch Set: redundant Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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="1090" 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="BookmarkBarC ontroller"> 9 <customObject id="-2" userLabel="File's Owner" customClass="BookmarkBarC ontroller">
10 <connections> 10 <connections>
(...skipping 14 matching lines...) Expand all
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"> 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" flexibleMinY="YES" flexibleMaxY="YES"/>
36 <subviews> 36 <subviews>
37 <customView hidden="YES" id="109" customClass="BookmarkB arItemContainer"> 37 <customView hidden="YES" id="109" customClass="BookmarkB arItemContainer">
38 <rect key="frame" x="0.0" y="103" width="596" height ="41"/> 38 <rect key="frame" x="0.0" y="103" width="596" height ="41"/>
39 <autoresizingMask key="autoresizingMask" flexibleMax X="YES"/> 39 <autoresizingMask key="autoresizingMask" flexibleMax X="YES"/>
40 <subviews> 40 <subviews>
41 <button id="106"> 41 <button id="106">
42 <rect key="frame" x="177" y="20" width="199" height="14"/> 42 <rect key="frame" x="177" y="20" width="199" height="14"/>
43 <autoresizingMask key="autoresizingMask" fle xibleMaxX="YES"/> 43 <autoresizingMask key="autoresizingMask" fle xibleMaxX="YES"/>
44 <buttonCell key="cell" type="square" title=" ^IDS_BOOKMARK_BAR_IMPORT_LINK" bezelStyle="shadowlessSquare" imagePosition="over laps" alignment="left" controlSize="small" lineBreakMode="truncatingTail" imageS caling="proportionallyDown" inset="2" id="107" customClass="HyperlinkButtonCell" > 44 <buttonCell key="cell" type="square" title=" ^IDS_BOOKMARK_BAR_IMPORT_LINK" bezelStyle="shadowlessSquare" imagePosition="over laps" alignment="left" controlSize="small" lineBreakMode="truncatingTail" imageS caling="proportionallyDown" inset="2" id="107" customClass="HyperlinkButtonCell" >
45 <behavior key="behavior" pushIn="YES" li ghtByBackground="YES" lightByGray="YES"/> 45 <behavior key="behavior" pushIn="YES" li ghtByBackground="YES" lightByGray="YES"/>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698