DescriptionMake 'Bookmark all tabs' window able to minimize upto default size.
Currently 'Bookmark all tabs' and 'Bookmark Edit' window have different minimum and default sizes. Make them consistent.
XIB Changes:
BookmarkAllTabs & Bookmark Editor window's minimum and default sizes are set in .xib file located at
chrome/app/nibs/BookmarkAllTabs.xib
chrome/app/nibs/BookmarkEditor.xib
Their window's default and minimum width and height values are decided by NSWindowRect & NSWindowContentMinSize key strings repectively. Set the correct values such that BookmarkAllTabs & Bookmark Editor windows are consistent
BUG=401491
R=asvitkine@chromium.org
TEST=
1) Launch chrome, open 2-3 tabs, right click on last tab and select 'Bookmark all tabs'.
2) On opened window increase the size by dragging towards R.H.S, and then try to decrease the size by dragging towards L.H.S and Observe.
3) The bookmark window should be minimize upto default size as of "Bookmark Edit" window.
Committed: https://crrev.com/bbb307db411766f01264961152f136f025a5a624
Cr-Commit-Position: refs/heads/master@{#294338}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|