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

Unified Diff: ui/message_center/views/message_center_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: ui/message_center/views/message_center_view.cc
===================================================================
--- ui/message_center/views/message_center_view.cc (revision 200651)
+++ ui/message_center/views/message_center_view.cc (working copy)
@@ -189,7 +189,6 @@
IDS_MESSAGE_CENTER_FOOTER_TITLE));
notification_label_->SetAutoColorReadabilityEnabled(false);
notification_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
- notification_label_->SetElideBehavior(views::Label::ELIDE_AT_END);
notification_label_->SetEnabledColor(kFooterTextColor);
AddChildView(notification_label_);
settings_button_ = new NotificationCenterButton(

Powered by Google App Engine
This is Rietveld 408576698