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

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

Issue 2908963002: Use buttons from DialogClientView in BookmakBubbleView. (Closed)
Patch Set: AddPaddingRow Created 3 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
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="BookmarkBubb leController"> 9 <customObject id="-2" userLabel="File's Owner" customClass="BookmarkBubb leController">
10 <connections> 10 <connections>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <color key="borderColor" white="0.0" alpha="0.41 999999999999998" colorSpace="calibratedWhite"/> 80 <color key="borderColor" white="0.0" alpha="0.41 999999999999998" colorSpace="calibratedWhite"/>
81 <color key="fillColor" white="0.0" alpha="0.0" c olorSpace="calibratedWhite"/> 81 <color key="fillColor" white="0.0" alpha="0.0" c olorSpace="calibratedWhite"/>
82 </box> 82 </box>
83 <customView id="36" customClass="GTMWidthBasedTweake r"> 83 <customView id="36" customClass="GTMWidthBasedTweake r">
84 <rect key="frame" x="0.0" y="50" width="84" heig ht="53"/> 84 <rect key="frame" x="0.0" y="50" width="84" heig ht="53"/>
85 <autoresizingMask key="autoresizingMask" flexibl eMaxX="YES" flexibleMinY="YES"/> 85 <autoresizingMask key="autoresizingMask" flexibl eMaxX="YES" flexibleMinY="YES"/>
86 <subviews> 86 <subviews>
87 <textField verticalHuggingPriority="750" id= "10"> 87 <textField verticalHuggingPriority="750" id= "10">
88 <rect key="frame" x="17" y="6" width="65 " height="14"/> 88 <rect key="frame" x="17" y="6" width="65 " height="14"/>
89 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 89 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
90 <textFieldCell key="cell" controlSize="s mall" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" ti tle="^IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" id="11"> 90 <textFieldCell key="cell" controlSize="s mall" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" ti tle="^IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" id="11">
91 <font key="font" metaFont="smallSyst em"/> 91 <font key="font" metaFont="smallSyst em"/>
92 <color key="textColor" name="control TextColor" catalog="System" colorSpace="catalog"/> 92 <color key="textColor" name="control TextColor" catalog="System" colorSpace="catalog"/>
93 <color key="backgroundColor" name="c ontrolColor" catalog="System" colorSpace="catalog"/> 93 <color key="backgroundColor" name="c ontrolColor" catalog="System" colorSpace="catalog"/>
94 </textFieldCell> 94 </textFieldCell>
95 </textField> 95 </textField>
96 <textField verticalHuggingPriority="750" id= "8"> 96 <textField verticalHuggingPriority="750" id= "8">
97 <rect key="frame" x="17" y="31" width="6 5" height="14"/> 97 <rect key="frame" x="17" y="31" width="6 5" height="14"/>
98 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> 98 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
99 <textFieldCell key="cell" controlSize="s mall" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" ti tle="^IDS_BOOKMARK_BUBBLE_TITLE_TEXT" id="9"> 99 <textFieldCell key="cell" controlSize="s mall" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" ti tle="^IDS_BOOKMARK_BUBBLE_NAME_LABEL" id="9">
100 <font key="font" metaFont="smallSyst em"/> 100 <font key="font" metaFont="smallSyst em"/>
101 <color key="textColor" name="control TextColor" catalog="System" colorSpace="catalog"/> 101 <color key="textColor" name="control TextColor" catalog="System" colorSpace="catalog"/>
102 <color key="backgroundColor" name="c ontrolColor" catalog="System" colorSpace="catalog"/> 102 <color key="backgroundColor" name="c ontrolColor" catalog="System" colorSpace="catalog"/>
103 </textFieldCell> 103 </textFieldCell>
104 </textField> 104 </textField>
105 </subviews> 105 </subviews>
106 <connections> 106 <connections>
107 <outlet property="viewToResize_" destination ="1" id="40"/> 107 <outlet property="viewToResize_" destination ="1" id="40"/>
108 <outlet property="viewToSlideAndResize_" des tination="39" id="41"/> 108 <outlet property="viewToSlideAndResize_" des tination="39" id="41"/>
109 </connections> 109 </connections>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 </subviews> 175 </subviews>
176 </customView> 176 </customView>
177 </subviews> 177 </subviews>
178 </view> 178 </view>
179 <connections> 179 <connections>
180 <outlet property="delegate" destination="-2" id="53"/> 180 <outlet property="delegate" destination="-2" id="53"/>
181 </connections> 181 </connections>
182 </window> 182 </window>
183 </objects> 183 </objects>
184 </document> 184 </document>
OLDNEW
« no previous file with comments | « chrome/app/bookmarks_strings.grdp ('k') | chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698