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

Unified Diff: ui/views/controls/label.h

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
« no previous file with comments | « ui/message_center/views/notification_view.cc ('k') | ui/views/controls/label.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/label.h
===================================================================
--- ui/views/controls/label.h (revision 200651)
+++ ui/views/controls/label.h (working copy)
@@ -132,7 +132,7 @@
void SetAllowCharacterBreak(bool allow_character_break);
// Sets whether the label text should be elided in the middle or end (if
- // necessary). The default is to not elide at all.
+ // necessary). The default is to to elide at the end.
Alexei Svitkine (slow) 2013/05/17 13:49:52 Nit: "to to" -> "to"
// NOTE: Eliding in the middle is not supported for multi-line strings.
void SetElideBehavior(ElideBehavior elide_behavior);
« no previous file with comments | « ui/message_center/views/notification_view.cc ('k') | ui/views/controls/label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698