Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
index 4e54faeb5a7402781cb5e18cd9e141b0102a7401..21a7bf7e19d6d1bb2f733e754599079512a7e7f7 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_constants.h |
@@ -29,6 +29,9 @@ const int kVerticalSpacing = 8; |
// the details section and the button strip. |
const int kDetailVerticalPadding = 10; |
+// Fixed width for a single input field. |
+const CGFloat kFieldWidth = 104; |
+ |
} // autofill |
#endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_DIALOG_CONSTANTS__H_ |