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

Unified Diff: ui/message_center/views/notifier_settings_view.cc

Issue 61003002: Fix bug preventing app icons in notification settings view. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notifier_settings_view.cc
diff --git a/ui/message_center/views/notifier_settings_view.cc b/ui/message_center/views/notifier_settings_view.cc
index 3a15085f1597bb51e8425ef1e8db0cc219d55ae9..8fd2df1da42ecae4035a2aeeebfd587b367febed 100644
--- a/ui/message_center/views/notifier_settings_view.cc
+++ b/ui/message_center/views/notifier_settings_view.cc
@@ -469,6 +469,8 @@ void NotifierSettingsView::NotifierButton::GridChanged(bool has_learn_more,
layout->AddView(name_view_);
if (has_learn_more)
layout->AddView(learn_more_);
+
+ Layout();
}
NotifierSettingsView::NotifierSettingsView(NotifierSettingsProvider* provider)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698