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

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

Issue 2435593008: Cocoa: Fix a constraint violation when navigating away from a detached bookmark bar. (Closed)
Patch Set: redundant Created 4 years, 2 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
Index: chrome/app/nibs/BookmarkBar.xib
diff --git a/chrome/app/nibs/BookmarkBar.xib b/chrome/app/nibs/BookmarkBar.xib
index a96097dc57b9d22670bfa920e0290c34f0723ce2..c1cfabd8047b3ca1efd2b14dd484cd9c0e67d8aa 100644
--- a/chrome/app/nibs/BookmarkBar.xib
+++ b/chrome/app/nibs/BookmarkBar.xib
@@ -32,7 +32,7 @@
</button>
<customView id="62" customClass="BookmarkBarView">
<rect key="frame" x="0.0" y="-2" width="584" height="144"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<subviews>
<customView hidden="YES" id="109" customClass="BookmarkBarItemContainer">
<rect key="frame" x="0.0" y="103" width="596" height="41"/>

Powered by Google App Engine
This is Rietveld 408576698