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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view_views.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/notifications/balloon_view_views.cc
===================================================================
--- chrome/browser/ui/views/notifications/balloon_view_views.cc (revision 200651)
+++ chrome/browser/ui/views/notifications/balloon_view_views.cc (working copy)
@@ -378,7 +378,6 @@
source_label_->SetBackgroundColor(kControlBarBackgroundColor);
source_label_->SetEnabledColor(kControlBarTextColor);
source_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
- source_label_->SetElideBehavior(views::Label::ELIDE_AT_END);
source_label_->SetBoundsRect(GetLabelBounds());
SizeContentsWindow();

Powered by Google App Engine
This is Rietveld 408576698