| Index: chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.cc b/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| index 9e49e2ba0be3756408866446d52cc9b33b9b5c06..0c58be47f40abfa999d6145aeb05410acc1c74d0 100644
|
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| @@ -192,7 +192,7 @@ void NewAvatarButton::Update() {
|
| use_generic_button
|
| ? gfx::ShadowValues()
|
| : gfx::ShadowValues(
|
| - 10, gfx::ShadowValue(gfx::Vector2d(), 1.0f, SK_ColorDKGRAY)));
|
| + 10, gfx::ShadowValue(gfx::Vector2d(), 2.0f, SK_ColorDKGRAY)));
|
|
|
| // We want the button to resize if the new text is shorter.
|
| SetMinSize(gfx::Size());
|
|
|