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

Unified Diff: chrome/browser/ui/views/find_bar_view.cc

Issue 2191473004: Increase find bar text field width by 15%. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698