Commit a5885880 authored by stevenjb@google.com's avatar stevenjb@google.com

Change ash no notofication message size and color

BUG=141775
R=jennyz@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10855093

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151308 0039d316-1c4b-4281-b951-d872f2087c98
parent e9798c1e
...@@ -614,8 +614,9 @@ class MessageCenterContentsView : public WebContentsView { ...@@ -614,8 +614,9 @@ class MessageCenterContentsView : public WebContentsView {
if (num_children == 0) { if (num_children == 0) {
views::Label* label = new views::Label(l10n_util::GetStringUTF16( views::Label* label = new views::Label(l10n_util::GetStringUTF16(
IDS_ASH_WEB_NOTFICATION_TRAY_NO_MESSAGES)); IDS_ASH_WEB_NOTFICATION_TRAY_NO_MESSAGES));
label->SetFont(label->font().DeriveFont(2)); label->SetFont(label->font().DeriveFont(1));
label->SetHorizontalAlignment(views::Label::ALIGN_CENTER); label->SetHorizontalAlignment(views::Label::ALIGN_CENTER);
label->SetEnabledColor(SK_ColorGRAY);
scroll_content_->AddChildView(label); scroll_content_->AddChildView(label);
button_view_->SetCloseAllVisible(false); button_view_->SetCloseAllVisible(false);
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment