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

Unified Diff: ui/views/layout/layout_constants.h

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: remove test friends Created 3 years, 11 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: ui/views/layout/layout_constants.h
diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
index 798a4401cbcb8cb825a5253737c29acfab57693a..efc0781ed6d5cca2e5e8a2e7a034229ee5490b2d 100644
--- a/ui/views/layout/layout_constants.h
+++ b/ui/views/layout/layout_constants.h
@@ -80,6 +80,9 @@ constexpr int kCheckboxIndent = 10;
// and the start of its corresponding text.
constexpr int kItemLabelSpacing = 10;
+// Minimum width of dialog buttons.
+const int kDialogMinimumButtonWidth = 75;
+
} // namespace views
#endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698