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

Unified Diff: chrome/app/nibs/OneClickSigninBubble.xib

Issue 137563002: OneClickSigninBubbleView: Only show title if no error present. [Mac+Views] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update cc file to compile again after a recent change Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/one_click_signin_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nibs/OneClickSigninBubble.xib
diff --git a/chrome/app/nibs/OneClickSigninBubble.xib b/chrome/app/nibs/OneClickSigninBubble.xib
index fdd2c3f732d6cf09c241c8f476e5d9787ce71a47..b9532f3a045125ed6b3ef9044ba7ae21261290d5 100644
--- a/chrome/app/nibs/OneClickSigninBubble.xib
+++ b/chrome/app/nibs/OneClickSigninBubble.xib
@@ -81,6 +81,7 @@
</object>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+ <int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
</object>
<object class="NSTextField" id="183093009">
<reference key="NSNextResponder" ref="1005"/>
@@ -104,6 +105,7 @@
<reference key="NSTextColor" ref="309737032"/>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+ <int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
</object>
<object class="NSButton" id="622132191">
<reference key="NSNextResponder" ref="1005"/>
@@ -146,6 +148,7 @@
<reference key="NSTextColor" ref="309737032"/>
</object>
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
+ <int key="NSTextFieldAlignmentRectInsetsVersion">1</int>
</object>
<object class="NSCustomView" id="363067414">
<reference key="NSNextResponder" ref="1005"/>
@@ -154,11 +157,10 @@
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSButton" id="372230085">
<reference key="NSNextResponder" ref="363067414"/>
- <int key="NSvFlags">268</int>
+ <int key="NSvFlags">289</int>
<string key="NSFrame">{{35, -6}, {72, 32}}</string>
<reference key="NSSuperview" ref="363067414"/>
<reference key="NSWindow"/>
- <reference key="NSNextKeyView"/>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="433442515">
<int key="NSCellFlags">67108864</int>
@@ -257,6 +259,14 @@
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
+ <string key="label">closeButton_</string>
+ <reference key="source" ref="1001"/>
+ <reference key="destination" ref="372230085"/>
+ </object>
+ <int key="connectionID">140</int>
+ </object>
+ <object class="IBConnectionRecord">
+ <object class="IBOutletConnection" key="connection">
<string key="label">nextKeyView</string>
<reference key="source" ref="372230085"/>
<reference key="destination" ref="622132191"/>
@@ -480,7 +490,7 @@
<reference key="dict.values" ref="0"/>
</object>
<nil key="sourceID"/>
- <int key="maxID">139</int>
+ <int key="maxID">140</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/one_click_signin_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698