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

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

Issue 2179643002: Fix infobar painting issues at fractional scales (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting review 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
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;
Peter Kasting 2016/07/28 19:41:30 This will go away on resync
Evan Stade 2016/07/28 21:13:24 oops. Got my branches crossed.
// 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

Powered by Google App Engine
This is Rietveld 408576698