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

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

Issue 1880313003: Mac File Dialogs: Remove SaveAccessoryView.xib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « chrome/app/generated_resources.grd ('k') | chrome/chrome_nibs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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">
3 <dependencies>
4 <deployment version="1060" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner"/>
10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
11 <customObject id="-3" userLabel="Application"/>
12 <customView id="1">
13 <rect key="frame" x="0.0" y="0.0" width="352" height="57"/>
14 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexible MinY="YES"/>
15 <subviews>
16 <customView id="10" customClass="GTMWidthBasedTweaker">
17 <rect key="frame" x="0.0" y="0.0" width="99" height="57"/>
18 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
19 <subviews>
20 <textField verticalHuggingPriority="750" id="2">
21 <rect key="frame" x="17" y="20" width="79" height="1 7"/>
22 <autoresizingMask key="autoresizingMask" flexibleMin X="YES" flexibleMaxY="YES"/>
23 <textFieldCell key="cell" scrollable="YES" lineBreak Mode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="^IDS_SAVE _PAGE_FILE_FORMAT_PROMPT_MAC" id="3">
24 <font key="font" metaFont="system"/>
25 <color key="textColor" name="controlTextColor" c atalog="System" colorSpace="catalog"/>
26 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
27 </textFieldCell>
28 </textField>
29 </subviews>
30 <connections>
31 <outlet property="viewToResize_" destination="1" id="13" />
32 <outlet property="viewToSlide_" destination="4" id="12"/ >
33 </connections>
34 </customView>
35 <popUpButton verticalHuggingPriority="750" tag="1234" id="4">
36 <rect key="frame" x="98" y="13" width="237" height="26"/>
37 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
38 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" im ageScaling="proportionallyDown" inset="2" id="5">
39 <behavior key="behavior" lightByBackground="YES" lightBy Gray="YES"/>
40 <font key="font" metaFont="system"/>
41 <menu key="menu" title="OtherViews" id="6"/>
42 </popUpButtonCell>
43 </popUpButton>
44 </subviews>
45 </customView>
46 <customObject id="14" customClass="ChromeUILocalizer"/>
47 <customObject id="15" customClass="GTMUILocalizerAndLayoutTweaker">
48 <connections>
49 <outlet property="localizer_" destination="14" id="16"/>
50 <outlet property="uiObject_" destination="1" id="17"/>
51 </connections>
52 </customObject>
53 </objects>
54 </document>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/chrome_nibs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698