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

Unified Diff: chrome/browser/chromeos/login/oobe_progress_bar.cc

Issue 6995073: Add NO_ELLIPSIS because TEXT_ALIGN_CENTER doesn't work without it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/chromeos/login/oobe_progress_bar.cc
diff --git a/chrome/browser/chromeos/login/oobe_progress_bar.cc b/chrome/browser/chromeos/login/oobe_progress_bar.cc
index 82a9021f69d3f047d12fa30786ec3bbc14a1ff45..71735e848f31f540eada21316f0d7c6aa1c6a0bc 100644
--- a/chrome/browser/chromeos/login/oobe_progress_bar.cc
+++ b/chrome/browser/chromeos/login/oobe_progress_bar.cc
@@ -119,7 +119,7 @@ void OobeProgressBar::OnPaint(gfx::Canvas* canvas) {
(next_x - x - 2 * kTextPadding),
(bounds.height() - dot->height() - 2 * kTextPadding),
gfx::Canvas::MULTI_LINE | gfx::Canvas::TEXT_ALIGN_CENTER |
- gfx::Canvas::TEXT_VALIGN_TOP);
+ gfx::Canvas::TEXT_VALIGN_TOP | gfx::Canvas::NO_ELLIPSIS);
x = next_x;
}
« 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