| Index: chrome/common/extensions/extension_action.cc
|
| diff --git a/chrome/common/extensions/extension_action.cc b/chrome/common/extensions/extension_action.cc
|
| index 27ba4ec34710f63b176b7ab8c12d7b7ca20b73d4..6186d7902d711c81bcb5f04f62211dac5cf8ed95 100644
|
| --- a/chrome/common/extensions/extension_action.cc
|
| +++ b/chrome/common/extensions/extension_action.cc
|
| @@ -37,11 +37,11 @@ const int kBottomMargin = 5;
|
| const int kPadding = 2;
|
| const int kTopTextPadding = 0;
|
| #else
|
| -const float kTextSize = 7.5;
|
| +const float kTextSize = 10;
|
| const int kBottomMargin = 5;
|
| const int kPadding = 2;
|
| // The padding between the top of the badge and the top of the text.
|
| -const int kTopTextPadding = 1;
|
| +const int kTopTextPadding = -1;
|
| #endif
|
|
|
| const int kBadgeHeight = 11;
|
|
|