Commit ba14a633 authored by lgarron's avatar lgarron Committed by Commit bot

Fix a comment in the GridLayout explanation (refer to column set rather than colum).

BUG=

Review-Url: https://codereview.chromium.org/2140103002
Cr-Commit-Position: refs/heads/master@{#414347}
parent fed4d2d9
......@@ -18,7 +18,7 @@
// define the structure of the Grid first, then add the Views.
// The following creates a trivial grid with two columns separated by
// a column with padding:
// ColumnSet* columns = layout->AddColumnSet(0); // Give this column an
// ColumnSet* columns = layout->AddColumnSet(0); // Give this column set an
// // identifier of 0.
// columns->AddColumn(FILL, // Views are horizontally resized to fill column.
// FILL, // Views starting in this column are vertically
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment