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

Unified Diff: chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc

Issue 2727333002: Reland of Bug Fix: List Too Small When Sharing Tab Only (Closed)
Patch Set: Reland Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
diff --git a/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc b/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
index 5ed6dc073d13a4eb9bec24af688c11a634c5529b..acc02257b922e90b542e49a1f3b00cbf77184b59 100644
--- a/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
+++ b/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc
@@ -170,7 +170,7 @@ DesktopMediaPickerDialogView::DesktopMediaPickerDialogView(
tab_scroll_view->SetContents(list_views_.back());
tab_scroll_view->ClipHeightTo(kTabStyle.item_size.height(),
- kTabStyle.item_size.height() * 2);
+ kTabStyle.item_size.height() * 10);
tab_scroll_view->set_hide_horizontal_scrollbar(true);
tab_scroll_view->set_background(
views::Background::CreateSolidBackground(bg_color));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698