Chromium Code Reviews| Index: ui/views/layout/layout_constants.h |
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h |
| index 28d16b71c74f6c08a680540416b5a08662582138..de062dd8aad96e324f166e90eff92aea55e41c2e 100644 |
| --- a/ui/views/layout/layout_constants.h |
| +++ b/ui/views/layout/layout_constants.h |
| @@ -20,9 +20,6 @@ const int kPanelHorizMargin = 13; |
| // Top or bottom margin. |
| const int kPanelVertMargin = 13; |
| -// If some UI has some sub UI. Indent horizontally by the following value. |
| -const int kPanelHorizIndentation = 24; |
|
msw
2016/02/09 00:04:36
This is still used by chrome/browser/ui/views/unin
Evan Stade
2016/02/09 23:47:58
thanks -- changed uninstall_view.cc to use kCheckb
|
| - |
| // When several controls are aligned vertically, the baseline should be spaced |
| // by the following number of pixels. |
| const int kPanelVerticalSpacing = 32; |