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

Unified Diff: chrome/browser/views/bookmark_manager_view.cc

Issue 155214: Add 'preserve trailing view size' capability into the SingleSplitView.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | views/controls/single_split_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_manager_view.cc
===================================================================
--- chrome/browser/views/bookmark_manager_view.cc (revision 20254)
+++ chrome/browser/views/bookmark_manager_view.cc (working copy)
@@ -184,6 +184,7 @@
split_view_ = new views::SingleSplitView(tree_view_, table_view_,
views::SingleSplitView::HORIZONTAL_SPLIT);
+ split_view_->set_resize_leading_on_bounds_change(false);
split_view_->set_background(
views::Background::CreateSolidBackground(kBackgroundColorBottom));
« no previous file with comments | « no previous file | views/controls/single_split_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698