Index: ui/message_center/views/constants.h |
diff --git a/ui/message_center/views/constants.h b/ui/message_center/views/constants.h |
index 5bd55a4c620b767c53d0f48af0e868faf795f149..a8cc80d78414560bfffbf8129a7265d6a0a98d90 100644 |
--- a/ui/message_center/views/constants.h |
+++ b/ui/message_center/views/constants.h |
@@ -21,9 +21,7 @@ const SkColor kContextTextBackgroundColor = SK_ColorWHITE; |
const int kIconSize = message_center::kNotificationIconSize; |
const int kLegacyIconSize = 40; |
-const int kTextLeftPadding = kIconSize + message_center::kIconToTextPadding; |
Jun Mukai
2015/08/14 17:17:07
Please do not move views specific constants to gen
Miguel Garcia
2015/08/14 18:28:45
Ok, any advice on where to put them so they can be
Jun Mukai
2015/08/17 18:36:14
If they are shared among multiple platforms, ui/me
|
const int kTextBottomPadding = 12; |
-const int kTextRightPadding = 23; |
const int kItemTitleToMessagePadding = 3; |
const int kButtonVecticalPadding = 0; |
const int kButtonTitleTopPadding = 0; |