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

Unified Diff: ash/common/shelf/app_list_button.cc

Issue 2527513002: Update ash shelf/tray focus rects. (Closed)
Patch Set: fixes Created 4 years, 1 month 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
Index: ash/common/shelf/app_list_button.cc
diff --git a/ash/common/shelf/app_list_button.cc b/ash/common/shelf/app_list_button.cc
index dfb94ce19cb5006d73fd7d7b1b9221a5c568eac7..9f7d4e0b5fd01b878d4837fb6031f9db8635d314 100644
--- a/ash/common/shelf/app_list_button.cc
+++ b/ash/common/shelf/app_list_button.cc
@@ -51,7 +51,7 @@ AppListButton::AppListButton(InkDropButtonListener* listener,
SetSize(
gfx::Size(GetShelfConstant(SHELF_SIZE), GetShelfConstant(SHELF_SIZE)));
SetFocusPainter(views::Painter::CreateSolidFocusPainter(
- kFocusBorderColor, gfx::Insets(1, 1, 1, 1)));
+ kFocusBorderColor, kFocusBorderThickness, gfx::InsetsF()));
set_notify_action(CustomButton::NOTIFY_ON_PRESS);
}

Powered by Google App Engine
This is Rietveld 408576698