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

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

Issue 2556563005: views: add harmony control label alignment (Closed)
Patch Set: remove constant from views Created 4 years 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
« no previous file with comments | « chrome/browser/ui/views/harmony/layout_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/layout/layout_constants.h
diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
index 2694d9c916b6f8eb32a69c50088d545c279c8213..84cef5179f66376ab91c11c2d28dae879e128213 100644
--- a/ui/views/layout/layout_constants.h
+++ b/ui/views/layout/layout_constants.h
@@ -80,9 +80,6 @@ const int kCheckboxIndent = 10;
// and the start of its corresponding text.
const int kItemLabelSpacing = 10;
-// Horizontal alignment used for a control's introductory label in a GridLayout.
-const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::LEADING;
-
} // namespace views
#endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_
« no previous file with comments | « chrome/browser/ui/views/harmony/layout_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698