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

Unified Diff: ui/app_list/views/folder_header_view.cc

Issue 68113010: Change the app list folder management back button to a smaller size one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | ui/resources/default_100_percent/common/app_list_folder_back_normal.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/folder_header_view.cc
diff --git a/ui/app_list/views/folder_header_view.cc b/ui/app_list/views/folder_header_view.cc
index d600a46c840b90b96cea16327b1ea0b2e5333589..9505a5b0f910fc0a1fc147bef6508956ab9f4098 100644
--- a/ui/app_list/views/folder_header_view.cc
+++ b/ui/app_list/views/folder_header_view.cc
@@ -21,7 +21,7 @@ namespace {
const int kPreferredWidth = 360;
const int kPreferredHeight = 48;
-const int kIconDimension = 32;
+const int kIconDimension = 24;
const int kPadding = 14;
const int kFolderNameWidth = 150;
const int kFolderNameHeight = 30;
« no previous file with comments | « no previous file | ui/resources/default_100_percent/common/app_list_folder_back_normal.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698