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

Unified Diff: ui/message_center/message_center_style.cc

Issue 17198020: Reduce the maximum number of list items in notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_style.cc
diff --git a/ui/message_center/message_center_style.cc b/ui/message_center/message_center_style.cc
index 10346f8bdd08aaf906446f084f27cb0d6cf1b918..521595751a26eee05a71f0270e27f7d91150e249 100644
--- a/ui/message_center/message_center_style.cc
+++ b/ui/message_center/message_center_style.cc
@@ -59,7 +59,7 @@ gfx::Size GetImageSizeForWidth(int width, const gfx::Size& image_size) {
return size;
}
-const size_t kNotificationMaximumItems = 8;
+const size_t kNotificationMaximumItems = 5;
// Timing.
const int kAutocloseDefaultDelaySeconds = 8;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698