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

Unified Diff: ui/message_center/message_view.h

Issue 11773004: Revives the new message center design. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « ui/message_center/message_center_bubble.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_view.h
diff --git a/ui/message_center/message_view.h b/ui/message_center/message_view.h
index 97c3dbb85497b1c1fa149fcb1fc073176610110d..3d113e383a3b3671ff30bf95b65238cf0ab2e3bd 100644
--- a/ui/message_center/message_view.h
+++ b/ui/message_center/message_view.h
@@ -22,7 +22,7 @@ const int kPaddingBetweenItems = 10;
const int kPaddingHorizontal = 18;
const int kWebNotificationButtonWidth = 32;
const int kWebNotificationIconSize = 40;
-const int kWebNotificationWidth = 320;
+const int kWebNotificationWidth = 300;
// An abstract class that forms the basis of a view for a notification entry.
class MessageView : public views::SlideOutView,
« no previous file with comments | « ui/message_center/message_center_bubble.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698