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

Unified Diff: ui/views/controls/button/md_text_button.cc

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: comments 2 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/controls/button/md_text_button.cc
diff --git a/ui/views/controls/button/md_text_button.cc b/ui/views/controls/button/md_text_button.cc
index 842b6befa769303996c8c0b7e77dd02b124604f6..295146464118260595ab8677cd3d0393cb2d6ac0 100644
--- a/ui/views/controls/button/md_text_button.cc
+++ b/ui/views/controls/button/md_text_button.cc
@@ -27,7 +27,7 @@ namespace views {
namespace {
// Minimum size to reserve for the button contents.
-const int kMinWidth = 48;
+const int kMinWidth = 64;
Peter Kasting 2017/02/06 21:44:51 Nit: I think this should be 4 * HarmonyLayoutDeleg
Bret 2017/02/09 00:49:49 Since I'm adding this to LayoutDelegate anyway I j
LabelButton* CreateButton(ButtonListener* listener,
const base::string16& text,

Powered by Google App Engine
This is Rietveld 408576698