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

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

Issue 2465543002: [MacViews] Left-align control labels as on other platforms. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | 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 de062dd8aad96e324f166e90eff92aea55e41c2e..2694d9c916b6f8eb32a69c50088d545c279c8213 100644
--- a/ui/views/layout/layout_constants.h
+++ b/ui/views/layout/layout_constants.h
@@ -81,11 +81,7 @@ const int kCheckboxIndent = 10;
const int kItemLabelSpacing = 10;
// Horizontal alignment used for a control's introductory label in a GridLayout.
-#if defined(OS_MACOSX)
-const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::TRAILING;
-#else
const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::LEADING;
-#endif
} // namespace views
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698