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

Unified Diff: chrome/browser/ui/views/payments/payment_request_views_util.h

Issue 2871873003: [Payments] Fix up field widths in desktop editors. (Closed)
Patch Set: using extra width 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
Index: chrome/browser/ui/views/payments/payment_request_views_util.h
diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.h b/chrome/browser/ui/views/payments/payment_request_views_util.h
index 1e6c1b32c588bd784763bc7b4029921cd21657d1..19fe0248e353b19498a9d5ad290143fdb8cf1659 100644
--- a/chrome/browser/ui/views/payments/payment_request_views_util.h
+++ b/chrome/browser/ui/views/payments/payment_request_views_util.h
@@ -39,6 +39,7 @@ constexpr int kPaymentRequestRowExtraRightInset = 8;
constexpr int kPaymentRequestButtonSpacing = 10;
// Dimensions of the dialog itself.
+constexpr int kDialogMinWidth = 512;
constexpr int kDialogHeight = 450;
// Fixed width of the amount sections in the payment sheet and the order summary

Powered by Google App Engine
This is Rietveld 408576698