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

Unified Diff: ash/common/wm/overview/window_selector_item.cc

Issue 2109663004: [ash-md] Increases the corner radii of rounded rects in overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ash/common/wm/overview/window_selector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_selector_item.cc
diff --git a/ash/common/wm/overview/window_selector_item.cc b/ash/common/wm/overview/window_selector_item.cc
index ba829505eb11f8edc0f28531a10391218cb9bf76..dd05af4e9378eb4b315286844c4e33077b31cb7e 100644
--- a/ash/common/wm/overview/window_selector_item.cc
+++ b/ash/common/wm/overview/window_selector_item.cc
@@ -68,7 +68,7 @@ static const SkColor kCloseButtonColor = SK_ColorWHITE;
static const SkColor kLabelBackgroundColor = SkColorSetARGB(25, 255, 255, 255);
// Corner radius for the selection tiles used with Material Design.
-static int kLabelBackgroundRadius = 2;
+static int kLabelBackgroundRadius = 5;
// Label shadow color.
static const SkColor kLabelShadow = SkColorSetARGB(176, 0, 0, 0);
« no previous file with comments | « ash/common/wm/overview/window_selector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698