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

Unified Diff: ash/system/tray/tray_constants.cc

Issue 2889623002: Apply View::set_preferred_size in some more places. (Closed)
Patch Set: fix SystemMenuButton Created 3 years, 7 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 | « ash/system/tray/tray_constants.h ('k') | chrome/browser/ui/views/arc_app_dialog_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_constants.cc
diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
index 8acb3718c5de45e73289f5858441b2ac892f6e76..77ce01f8ee4164ffb8f934e161d4f228ffeaf461 100644
--- a/ash/system/tray/tray_constants.cc
+++ b/ash/system/tray/tray_constants.cc
@@ -32,8 +32,6 @@ const int kTrayImageItemHorizontalPaddingVerticalAlignment = 1;
// Size of tray items on the primary axis.
const int kTrayItemSize = 32;
-const int kTrayImageItemPadding = 3;
-
const int kTrayLabelItemHorizontalPaddingBottomAlignment = 7;
// Vertical padding between status tray items when the shelf is vertical.
@@ -80,7 +78,6 @@ const int kTrayNotificationContentsWidth =
(kTrayPopupPaddingHorizontal / 2) * 3);
const int kTrayIconSize = 16;
-const int kTrayEdgePadding = 6;
const SkColor kTrayIconColor = SK_ColorWHITE;
const int kMenuIconSize = 20;
const SkColor kMenuIconColor = gfx::kChromeIconGrey;
« no previous file with comments | « ash/system/tray/tray_constants.h ('k') | chrome/browser/ui/views/arc_app_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698