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 2694d9c916b6f8eb32a69c50088d545c279c8213..7efbcda715bc206c4b3d1c1c1d14bc37ede6940d 100644 |
| --- a/ui/views/layout/layout_constants.h |
| +++ b/ui/views/layout/layout_constants.h |
| @@ -81,7 +81,7 @@ const int kCheckboxIndent = 10; |
| const int kItemLabelSpacing = 10; |
| // Horizontal alignment used for a control's introductory label in a GridLayout. |
| -const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::LEADING; |
| +const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::TRAILING; |
|
sky
2016/12/07 16:54:08
It looks like this is only used by bookmark-bubble
|
| } // namespace views |