Index: chrome/browser/ui/views/find_bar_view.cc |
diff --git a/chrome/browser/ui/views/find_bar_view.cc b/chrome/browser/ui/views/find_bar_view.cc |
index d19e45257ec76f65808c4114e790bf8912375962..c8f73c441378501c21639896f8f6e99c1a1623ce 100644 |
--- a/chrome/browser/ui/views/find_bar_view.cc |
+++ b/chrome/browser/ui/views/find_bar_view.cc |
@@ -91,7 +91,7 @@ const SkColor kBackgroundColorNoMatch = SkColorSetRGB(255, 102, 102); |
// The default number of average characters that the text box will be. |
const int kDefaultCharWidth = 43; |
-const int kDefaultCharWidthMd = 26; |
+const int kDefaultCharWidthMd = 30; |
// The match count label is like a normal label, but can process events (which |
// makes it easier to forward events to the text input --- see |