diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 04:18:04 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-06 04:18:04 +0000 |
commit | 8bdda244e2d7b826b81b73cf1f9469d4cfe26bcd (patch) | |
tree | 7538b2456ce6dbce9e2b6897d13229e7655c9e4b /chrome/app/nibs/ContentBlockedCookies.xib | |
parent | c91122c0c8bb7e3e8f59b88d3498e4a2290fa6f3 (diff) | |
download | chromium_src-8bdda244e2d7b826b81b73cf1f9469d4cfe26bcd.zip chromium_src-8bdda244e2d7b826b81b73cf1f9469d4cfe26bcd.tar.gz chromium_src-8bdda244e2d7b826b81b73cf1f9469d4cfe26bcd.tar.bz2 |
Mac: Make content bubbles wider in languages that have long translations of "Manage" and "Done.
xib changes: Anchor bubble view on right side, make it autoresize horizontally. Same for divider line, radio groups, and title. Make widthbased tweakers at bottom horizontally autoresize. Hook up manage and done buttons to controller.
BUG=39393
TEST=See bug.
Review URL: http://codereview.chromium.org/1527012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/ContentBlockedCookies.xib')
-rw-r--r-- | chrome/app/nibs/ContentBlockedCookies.xib | 43 |
1 files changed, 36 insertions, 7 deletions
diff --git a/chrome/app/nibs/ContentBlockedCookies.xib b/chrome/app/nibs/ContentBlockedCookies.xib index d214603..af1ffca 100644 --- a/chrome/app/nibs/ContentBlockedCookies.xib +++ b/chrome/app/nibs/ContentBlockedCookies.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="29"/> + <integer value="4"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -50,12 +50,12 @@ <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSCustomView" id="301729179"> <reference key="NSNextResponder" ref="1006"/> - <int key="NSvFlags">276</int> + <int key="NSvFlags">274</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSTextField" id="266815090"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">268</int> + <int key="NSvFlags">266</int> <string key="NSFrame">{{17, 54}, {282, 14}}</string> <reference key="NSSuperview" ref="301729179"/> <bool key="NSEnabled">YES</bool> @@ -91,7 +91,7 @@ </object> <object class="NSBox" id="913795455"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">36</int> + <int key="NSvFlags">34</int> <string key="NSFrame">{{20, 43}, {276, 5}}</string> <reference key="NSSuperview" ref="301729179"/> <string key="NSOffsets">{0, 0}</string> @@ -125,7 +125,7 @@ </object> <object class="NSCustomView" id="730386640"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">292</int> + <int key="NSvFlags">294</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSButton" id="91589614"> @@ -155,7 +155,7 @@ </object> <object class="NSCustomView" id="395762087"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">289</int> + <int key="NSvFlags">291</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSButton" id="433059244"> @@ -269,6 +269,22 @@ </object> <int key="connectionID">30</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">manageButton_</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="91589614"/> + </object> + <int key="connectionID">33</int> + </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">doneButton_</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="433059244"/> + </object> + <int key="connectionID">34</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -475,7 +491,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">30</int> + <int key="maxID">34</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -520,12 +536,18 @@ <bool key="EncodedWithXMLCoder">YES</bool> <string>allowBlockRadioGroup_</string> <string>bubble_</string> + <string>contentsContainer_</string> + <string>doneButton_</string> + <string>manageButton_</string> <string>titleLabel_</string> </object> <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> <string>NSMatrix</string> <string>InfoBubbleView</string> + <string>NSView</string> + <string>NSButton</string> + <string>NSButton</string> <string>NSTextField</string> </object> </object> @@ -634,6 +656,13 @@ <string key="className">NSWindow</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> + <string key="minorKey">browser/cocoa/chrome_browser_window.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> + <string key="className">NSWindow</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> <string key="minorKey">browser/cocoa/themed_window.h</string> </object> </object> |