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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view.cc

Issue 14654018: Make Label's NO_ELIDE setting actually not elide, and change the default (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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/frame/opaque_browser_frame_view.cc
===================================================================
--- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc (revision 200651)
+++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc (working copy)
@@ -178,7 +178,6 @@
// gfx::Canvas::NO_SUBPIXEL_RENDERING flag and avoid some visual artifacts.
window_title_->SetBackgroundColor(0x00000000);
window_title_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
- window_title_->SetElideBehavior(views::Label::ELIDE_AT_END);
AddChildView(window_title_);
UpdateAvatarInfo();

Powered by Google App Engine
This is Rietveld 408576698