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

Unified Diff: trunk/src/ui/views/window/dialog_client_view.cc

Issue 188893003: Revert 255091 "linux_aura: Fix all instances of LabelButton sizing." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « trunk/src/ui/views/controls/button/label_button.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/window/dialog_client_view.cc
===================================================================
--- trunk/src/ui/views/window/dialog_client_view.cc (revision 255405)
+++ trunk/src/ui/views/window/dialog_client_view.cc (working copy)
@@ -383,7 +383,7 @@
button->SetFocusable(true);
const int kDialogMinButtonWidth = 75;
- button->set_min_size(gfx::Size(kDialogMinButtonWidth, 0));
+ button->set_min_width(kDialogMinButtonWidth);
button->SetGroup(kButtonGroup);
return button;
}
« no previous file with comments | « trunk/src/ui/views/controls/button/label_button.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698