Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: ui/views/layout/layout_constants.h

Issue 1673403002: Views - fix up layout of a couple dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698