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

Unified Diff: chrome/browser/ui/views/payments/order_summary_view_controller.cc

Issue 2878813004: [Payments] Order summary amounts are now right-aligned (trailing) (Closed)
Patch Set: Created 3 years, 7 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: chrome/browser/ui/views/payments/order_summary_view_controller.cc
diff --git a/chrome/browser/ui/views/payments/order_summary_view_controller.cc b/chrome/browser/ui/views/payments/order_summary_view_controller.cc
index bc613c305734a704df7b93cb659bd6c6075d7571..759d5460c1cbf49eac09b0d607f0f38d7f14f526 100644
--- a/chrome/browser/ui/views/payments/order_summary_view_controller.cc
+++ b/chrome/browser/ui/views/payments/order_summary_view_controller.cc
@@ -64,7 +64,7 @@ std::unique_ptr<views::View> CreateLineItemView(const base::string16& label,
// required.
columns->AddColumn(views::GridLayout::LEADING, views::GridLayout::CENTER, 1,
views::GridLayout::USE_PREF, 0, 0);
- columns->AddColumn(views::GridLayout::LEADING, views::GridLayout::CENTER, 0,
+ columns->AddColumn(views::GridLayout::TRAILING, views::GridLayout::CENTER, 0,
views::GridLayout::FIXED, kAmountSectionWidth,
kAmountSectionWidth);
« 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