| Index: chrome/browser/ui/constrained_window_constants.h
|
| diff --git a/chrome/browser/ui/constrained_window_constants.h b/chrome/browser/ui/constrained_window_constants.h
|
| index 0d9d9efc6190c6b6de11f3a7ddaa49ae758bed64..2fd7ea9eedd7423013c862d89921d214a3cb37ec 100644
|
| --- a/chrome/browser/ui/constrained_window_constants.h
|
| +++ b/chrome/browser/ui/constrained_window_constants.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_UI_CONSTRAINED_WINDOW_CONSTANTS_H_
|
| #define CHROME_BROWSER_UI_CONSTRAINED_WINDOW_CONSTANTS_H_
|
|
|
| +#include "ui/base/resource/resource_bundle.h"
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // ConstrainedWindowConstants
|
| //
|
| @@ -14,7 +16,7 @@ class ConstrainedWindowConstants {
|
| public:
|
| static const int kTitleTopPadding = 15; // Padding above the title.
|
| static const int kHorizontalPadding = 20; // Left and right padding.
|
| - static const int kClientTopPadding = 18; // Padding above the client view.
|
| + static const int kClientTopPadding = 44; // Padding above the client view.
|
| static const int kClientBottomPadding = 20; // Padding below the client view.
|
| static const int kCloseButtonPadding = 7; // Padding around the close button.
|
| static const int kBorderRadius = 2; // Border radius for dialog corners.
|
|
|