diff options
Diffstat (limited to 'ash')
-rw-r--r-- | ash/system/web_notification/web_notification_tray.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc index a9e439e..1d820b4 100644 --- a/ash/system/web_notification/web_notification_tray.cc +++ b/ash/system/web_notification/web_notification_tray.cc @@ -43,7 +43,7 @@ const int kTrayContainerHorizontalPaddingVerticalAlignment = 0; const int kPaddingFromLeftEdgeOfSystemTrayBottomAlignment = 8; const int kPaddingFromTopEdgeOfSystemTrayVerticalAlignment = 10; const int kTrayWidth = 40; -const int kTrayHeight = 32; +const int kTrayHeight = 31; const int kTraySideWidth = 32; const int kTraySideHeight = 24; |