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

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

Issue 911303002: Fix text wrapping problem in the download_item_controller on Yosemite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resize download item textfield in xib rather than in code Created 5 years, 9 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 | no next file » | 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"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> 2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
3 <data> 3 <data>
4 <int key="IBDocument.SystemTarget">1050</int> 4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">12F37</string> 5 <string key="IBDocument.SystemVersion">12F37</string>
6 <string key="IBDocument.InterfaceBuilderVersion">3084</string> 6 <string key="IBDocument.InterfaceBuilderVersion">3084</string>
7 <string key="IBDocument.AppKitVersion">1187.39</string> 7 <string key="IBDocument.AppKitVersion">1187.39</string>
8 <string key="IBDocument.HIToolboxVersion">626.00</string> 8 <string key="IBDocument.HIToolboxVersion">626.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns"> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <object class="NSMutableArray" k ey="NSSubviews"> 52 <object class="NSMutableArray" k ey="NSSubviews">
53 <bool key="EncodedWithXM LCoder">YES</bool> 53 <bool key="EncodedWithXM LCoder">YES</bool>
54 <object class="NSView" i d="325658281"> 54 <object class="NSView" i d="325658281">
55 <reference key=" NSNextResponder" ref="55478397"/> 55 <reference key=" NSNextResponder" ref="55478397"/>
56 <int key="NSvFla gs">274</int> 56 <int key="NSvFla gs">274</int>
57 <object class="N SMutableArray" key="NSSubviews"> 57 <object class="N SMutableArray" key="NSSubviews">
58 <bool ke y="EncodedWithXMLCoder">YES</bool> 58 <bool ke y="EncodedWithXMLCoder">YES</bool>
59 <object class="NSTextField" id="146169749"> 59 <object class="NSTextField" id="146169749">
60 <reference key="NSNextResponder" ref="325658281"/> 60 <reference key="NSNextResponder" ref="325658281"/>
61 <int key="NSvFlags">290</int> 61 <int key="NSvFlags">290</int>
62 » » » » » » » » » » <string key="NSFrame">{{36, 8}, {261, 22}}</string> 62 » » » » » » » » » » <string key="NSFrame">{{36, 7}, {261, 24}}</string>
63 <reference key="NSSuperview" ref="325658281"/> 63 <reference key="NSSuperview" ref="325658281"/>
64 <reference key="NSWindow"/> 64 <reference key="NSWindow"/>
65 <reference key="NSNextKeyView" ref="411206214"/> 65 <reference key="NSNextKeyView" ref="411206214"/>
66 <bool key="NSEnabled">YES</bool> 66 <bool key="NSEnabled">YES</bool>
67 <object class="NSTextFieldCell" key="NSCell" id="622024590"> 67 <object class="NSTextFieldCell" key="NSCell" id="622024590">
68 <int key="NSCellFlags">67108864</int> 68 <int key="NSCellFlags">67108864</int>
69 <int key="NSCellFlags2">272891904</int> 69 <int key="NSCellFlags2">272891904</int>
70 <string key="NSContents">some placeholder text to make layout easier in Interface Builder</string> 70 <string key="NSContents">some placeholder text to make layout easier in Interface Builder</string>
71 <object class="NSFont" key="NSSupport"> 71 <object class="NSFont" key="NSSupport">
72 <string key="NSName">LucidaGrande</string> 72 <string key="NSName">LucidaGrande</string>
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 <real value="1070" key="NS.object.0"/> 1044 <real value="1070" key="NS.object.0"/>
1045 </object> 1045 </object>
1046 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies"> 1046 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies">
1047 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string> 1047 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string>
1048 <integer value="3000" key="NS.object.0"/> 1048 <integer value="3000" key="NS.object.0"/>
1049 </object> 1049 </object>
1050 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool> 1050 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool>
1051 <int key="IBDocument.defaultPropertyAccessControl">3</int> 1051 <int key="IBDocument.defaultPropertyAccessControl">3</int>
1052 </data> 1052 </data>
1053 </archive> 1053 </archive>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698