Commit b440d495 authored by vasilii's avatar vasilii Committed by Commit bot

Fix "Cancel" alignment for the account chooser on Views.

Review URL: https://codereview.chromium.org/1104813003

Cr-Commit-Position: refs/heads/master@{#326770}
parent d9e1d9dc
...@@ -89,7 +89,6 @@ void BuildColumnSet(views::GridLayout* layout, ColumnSetType type) { ...@@ -89,7 +89,6 @@ void BuildColumnSet(views::GridLayout* layout, ColumnSetType type) {
full_width, full_width,
0); 0);
break; break;
case DOUBLE_BUTTON_COLUMN_SET: case DOUBLE_BUTTON_COLUMN_SET:
column_set->AddColumn(views::GridLayout::TRAILING, column_set->AddColumn(views::GridLayout::TRAILING,
views::GridLayout::CENTER, views::GridLayout::CENTER,
...@@ -127,6 +126,7 @@ void BuildColumnSet(views::GridLayout* layout, ColumnSetType type) { ...@@ -127,6 +126,7 @@ void BuildColumnSet(views::GridLayout* layout, ColumnSetType type) {
views::GridLayout::USE_PREF, views::GridLayout::USE_PREF,
0, 0,
0); 0);
break;
case TRIPLE_BUTTON_COLUMN_SET: case TRIPLE_BUTTON_COLUMN_SET:
column_set->AddColumn(views::GridLayout::LEADING, column_set->AddColumn(views::GridLayout::LEADING,
views::GridLayout::CENTER, views::GridLayout::CENTER,
......
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