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

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

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: comments 3 Created 3 years, 10 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 a0ab3f1abe59ded939903d8ddc6d98cc744a28fb..e375ad7f08be10ed9f54751cd8e9899d034221da 100644
--- a/ui/views/layout/layout_constants.h
+++ b/ui/views/layout/layout_constants.h
@@ -83,6 +83,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