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

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

Issue 940343002: Change app list search text colors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_crashies
Patch Set: Created 5 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
« no previous file with comments | « ui/app_list/app_list_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_box_view.cc
diff --git a/ui/app_list/views/search_box_view.cc b/ui/app_list/views/search_box_view.cc
index 77ab4c0557245a922915abf9677e1ca29c58bbc3..cc6ac27f95e50b2917c0fd8be5a4fee33ba40cc6 100644
--- a/ui/app_list/views/search_box_view.cc
+++ b/ui/app_list/views/search_box_view.cc
@@ -152,6 +152,7 @@ SearchBoxView::SearchBoxView(SearchBoxViewDelegate* delegate,
layout->set_minimum_cross_axis_size(kPreferredHeight);
search_box_->SetBorder(views::Border::NullBorder());
+ search_box_->SetTextColor(kSearchTextColor);
search_box_->set_placeholder_text_color(kHintTextColor);
search_box_->set_controller(this);
content_container_->AddChildView(search_box_);
« no previous file with comments | « ui/app_list/app_list_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698