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

Unified Diff: chrome/browser/ui/views/tabs/tab_strip.cc

Issue 1510763002: More differentiation in multiselect mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_strip.cc
diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc
index cc67bd40def41285784223c5aa8aa80b72f184c2..b4ee752718a7bdd83725c343f6d06403ec6c3b59 100644
--- a/chrome/browser/ui/views/tabs/tab_strip.cc
+++ b/chrome/browser/ui/views/tabs/tab_strip.cc
@@ -927,7 +927,7 @@ SkAlpha TabStrip::GetInactiveAlpha(bool for_new_tab_button) const {
static const SkAlpha kInactiveTabAlphaAsh = 230;
static const SkAlpha kInactiveTabAlphaGlass = 200;
static const SkAlpha kInactiveTabAlphaOpaque = 255;
- static const double kMultiSelectionMultiplier = 0.75;
+ static const double kMultiSelectionMultiplier = 0.6;
const chrome::HostDesktopType host_desktop_type =
chrome::GetHostDesktopTypeForNativeView(GetWidget()->GetNativeView());
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698