diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 17:01:11 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-06 17:01:11 +0000 |
commit | 283b6f77716b240ea352d0d52aa0613ce0a02a00 (patch) | |
tree | d846d4f6e00011a865e854507272a5bd3a1bbcec /chrome/app | |
parent | d1b74ec57dc1b3de09101640a4653a2a179fd692 (diff) | |
download | chromium_src-283b6f77716b240ea352d0d52aa0613ce0a02a00.zip chromium_src-283b6f77716b240ea352d0d52aa0613ce0a02a00.tar.gz chromium_src-283b6f77716b240ea352d0d52aa0613ce0a02a00.tar.bz2 |
Fix ReportBug dialog so that cancel button moves with the send button as it expands and contracts when its title changes.
BUG= none
TEST= Open report bug dialog; choose "Send phishing report" and note that cancel button moves as send button expands.
Review URL: http://codereview.chromium.org/372021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/ReportBug.xib | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/chrome/app/nibs/ReportBug.xib b/chrome/app/nibs/ReportBug.xib index 719e472..7e21354 100644 --- a/chrome/app/nibs/ReportBug.xib +++ b/chrome/app/nibs/ReportBug.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="1" id="9"/> + <integer value="95"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -608,6 +608,14 @@ </object> <int key="connectionID">129</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">cancelButton</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="89080441"/> + </object> + <int key="connectionID">131</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -915,11 +923,11 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{418, 638}, {500, 290}}</string> + <string>{{442, 724}, {500, 290}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <boolean value="YES"/> - <string>{{418, 638}, {500, 290}}</string> - <reference ref="9"/> + <string>{{442, 724}, {500, 290}}</string> + <integer value="1"/> <string>{196, 240}</string> <string>{{357, 418}, {480, 270}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -971,7 +979,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">130</int> + <int key="maxID">131</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -993,8 +1001,17 @@ </object> </object> <object class="NSMutableDictionary" key="outlets"> - <string key="NS.key.0">sendReportButton</string> - <string key="NS.object.0">NSButton</string> + <bool key="EncodedWithXMLCoder">YES</bool> + <object class="NSMutableArray" key="dict.sortedKeys"> + <bool key="EncodedWithXMLCoder">YES</bool> + <string>cancelButton</string> + <string>sendReportButton</string> + </object> + <object class="NSMutableArray" key="dict.values"> + <bool key="EncodedWithXMLCoder">YES</bool> + <string>NSButton</string> + <string>NSButton</string> + </object> </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> |