diff options
Diffstat (limited to 'chrome/browser/views/toolbar_view.cc')
-rw-r--r-- | chrome/browser/views/toolbar_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/toolbar_view.cc b/chrome/browser/views/toolbar_view.cc index 72b9ce8..476318d 100644 --- a/chrome/browser/views/toolbar_view.cc +++ b/chrome/browser/views/toolbar_view.cc @@ -329,6 +329,7 @@ void BrowserToolbarView::Layout() { go_->GetPreferredSize(&sz); location_bar_height = sz.cy; + right_side_width += sz.cx; left_side_width = star_->GetX() + star_->GetWidth(); } else { |