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

Unified Diff: ui/app_list/cocoa/app_list_window_controller.mm

Issue 15303003: UI Updates for OSX App Launcher: truncate titles, window shadow. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: need to 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 | « no previous file | ui/app_list/cocoa/apps_grid_view_item.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_window_controller.mm
diff --git a/ui/app_list/cocoa/app_list_window_controller.mm b/ui/app_list/cocoa/app_list_window_controller.mm
index 45b4f1d68f92704037466259ccc54f71991b2e93..94ee7ef362c8d275b0ba4282fb73d0ca850dcc7d 100644
--- a/ui/app_list/cocoa/app_list_window_controller.mm
+++ b/ui/app_list/cocoa/app_list_window_controller.mm
@@ -37,7 +37,7 @@
[controlledWindow setReleasedWhenClosed:NO];
[controlledWindow setBackgroundColor:[NSColor clearColor]];
[controlledWindow setOpaque:NO];
- [controlledWindow setHasShadow:NO];
+ [controlledWindow setHasShadow:YES];
if ((self = [super initWithWindow:controlledWindow])) {
appListViewController_.reset([[AppListViewController alloc] init]);
« no previous file with comments | « no previous file | ui/app_list/cocoa/apps_grid_view_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698