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

Unified Diff: chrome/browser/ui/views/extensions/extension_install_dialog_view.cc

Issue 301063003: Resized the icon in the Uninstall dialog to be 64x64 px (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 6 years, 7 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: chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
diff --git a/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc b/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
index b3b9df0cfb6bf15d746323ba6d43aa24718aec10..f0c9fc3836d3fc0618cbb57ed58e644a846b9a51 100644
--- a/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
+++ b/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
@@ -58,7 +58,7 @@ using extensions::BundleInstaller;
namespace {
// Size of extension icon in top left of dialog.
-const int kIconSize = 69;
+const int kIconSize = 64;
// We offset the icon a little bit from the right edge of the dialog, to make it
// align with the button below it.

Powered by Google App Engine
This is Rietveld 408576698