diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 16:36:40 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-02 16:36:40 +0000 |
commit | 710c2052244f0c053275f3dbb9d172284d664668 (patch) | |
tree | 4b4292930cf3a6919ab37b1366c69b9789083c6f /chrome/browser/ui/chrome_style.h | |
parent | aaef47579ed642bbf8ac1980a2a622fb48563e68 (diff) | |
download | chromium_src-710c2052244f0c053275f3dbb9d172284d664668.zip chromium_src-710c2052244f0c053275f3dbb9d172284d664668.tar.gz chromium_src-710c2052244f0c053275f3dbb9d172284d664668.tar.bz2 |
views: Move kCheckboxIndent constant to layout_constants.h
BUG=155363
R=msw@chromium.org,sky@chromium.org
Review URL: https://codereview.chromium.org/12385033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/chrome_style.h')
-rw-r--r-- | chrome/browser/ui/chrome_style.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/chrome_style.h b/chrome/browser/ui/chrome_style.h index 3ee8be9..7a1c96e 100644 --- a/chrome/browser/ui/chrome_style.h +++ b/chrome/browser/ui/chrome_style.h @@ -30,8 +30,6 @@ const int kClientBottomPadding = 20; // Padding below the client view. const int kCloseButtonPadding = 7; // Padding around the close button. const int kBorderRadius = 2; // Border radius for dialog corners. const int kRowPadding = 20; // Padding between rows of text. -const int kCheckboxIndent = 10; // Indent of checkboxes relative to related - // text. // Font style for dialog text. const ui::ResourceBundle::FontStyle kTextFontStyle = |