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

Unified Diff: chrome/browser/cocoa/download_shelf_controller.mm

Issue 192033: Final tweaks to download items on OS X. (Closed)
Patch Set: Elide status text Created 11 years, 3 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/cocoa/download_shelf_controller.mm
diff --git a/chrome/browser/cocoa/download_shelf_controller.mm b/chrome/browser/cocoa/download_shelf_controller.mm
index 16fc0c7755a804174a6cdcc7083d7ff3f85d09d3..cab11aeaa87ed95b1c8e422b16dcbb2dcdeebd7b 100644
--- a/chrome/browser/cocoa/download_shelf_controller.mm
+++ b/chrome/browser/cocoa/download_shelf_controller.mm
@@ -23,7 +23,7 @@ namespace {
const size_t kMaxDownloadItemCount = 16;
// Horizontal padding between two download items.
-const int kDownloadItemPadding = 2;
+const int kDownloadItemPadding = 0;
// Duration for the open-new-leftmost-item animation, in seconds.
const NSTimeInterval kDownloadItemOpenDuration = 0.8;

Powered by Google App Engine
This is Rietveld 408576698