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

Unified Diff: chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc

Issue 8729042: WebUI "Edit Search Engine" Dialog now wider and deeper and buttons bottom justified (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 1 month 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: chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc
diff --git a/chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc b/chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc
index 03ea994b1d33746b28a224150a96d49419e20ad2..33c8561bd2f8c23ef4708f83b91d4a2c4429ddb4 100644
--- a/chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc
+++ b/chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc
@@ -24,8 +24,8 @@
#include "ui/base/l10n/l10n_util.h"
namespace {
-const int kEditSearchEngineDialogWidth = 394;
-const int kEditSearchEngineDialogHeight = 180;
+const int kEditSearchEngineDialogWidth = 440;
+const int kEditSearchEngineDialogHeight = 196;
}
////////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698