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

Unified Diff: chrome/browser/download/download_shelf.h

Issue 1367083002: Download bar MD overhaul, part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incl Created 5 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/download/download_shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_shelf.h
diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h
index 7ae50215788768b94aef6c8a5422a1f66f44cac7..bf3de9403c6a67e8ea4ca4a8f59fc34ae42d9602 100644
--- a/chrome/browser/download/download_shelf.h
+++ b/chrome/browser/download/download_shelf.h
@@ -53,8 +53,8 @@ class DownloadShelf {
// Progress animation timer period, in milliseconds.
kProgressRateMs = 30,
- // Size of the space used for the progress indicator, including padding.
- kProgressIndicatorSize = 39,
+ // Size of the space used for the progress indicator.
+ kProgressIndicatorSize = 25,
// x/y offset for the file type icon.
kFiletypeIconOffset = (kProgressIndicatorSize - 16) / 2
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/download/download_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698