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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_cell.mm

Issue 312233003: Add fade eliding for Views Labels; related cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refine alignment check; minor additional cleanup. Created 6 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
Index: chrome/browser/ui/cocoa/download/download_item_cell.mm
diff --git a/chrome/browser/ui/cocoa/download/download_item_cell.mm b/chrome/browser/ui/cocoa/download/download_item_cell.mm
index 8665c3fbc977d29189933b88c905fb8df407cd9b..0e2614ffd01baf79a86f18bf559f5abcd08a0911 100644
--- a/chrome/browser/ui/cocoa/download/download_item_cell.mm
+++ b/chrome/browser/ui/cocoa/download/download_item_cell.mm
@@ -378,8 +378,7 @@ using content::DownloadItem;
return base::SysUTF16ToNSString(gfx::ElideText(
base::SysNSStringToUTF16([self secondaryTitle]),
gfx::FontList(gfx::Font([self secondaryFont])),
- availableWidth,
- gfx::ELIDE_AT_END));
+ availableWidth, gfx::ELIDE_TAIL));
}
- (ui::ThemeProvider*)backgroundThemeWrappingProvider:

Powered by Google App Engine
This is Rietveld 408576698