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 /ui/views/layout | |
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 'ui/views/layout')
-rw-r--r-- | ui/views/layout/layout_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h index 07e12ba..267c855 100644 --- a/ui/views/layout/layout_constants.h +++ b/ui/views/layout/layout_constants.h @@ -65,6 +65,9 @@ const int kButtonHEdgeMargin = 13; // Horizontal spacing between buttons that are logically related. const int kRelatedButtonHSpacing = 6; +// Indent of checkboxes relative to related text. +const int kCheckboxIndent = 10; + } // namespace views #endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_ |