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

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

Issue 2089653002: [Mac][Material Design] Fix bookmark chevron button focus ring location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="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
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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698