Index: ash/system/chromeos/label_tray_view.cc |
diff --git a/ash/system/chromeos/label_tray_view.cc b/ash/system/chromeos/label_tray_view.cc |
index 9a57b322c4af72eeab1025dd64728779b4a249bc..94dfc03741e412d68c6d17bad28a65d440003e3e 100644 |
--- a/ash/system/chromeos/label_tray_view.cc |
+++ b/ash/system/chromeos/label_tray_view.cc |
@@ -53,7 +53,7 @@ views::View* LabelTrayView::CreateChildView( |
child->text_label()->SetMultiLine(true); |
child->text_label()->SizeToFit(kTrayNotificationContentsWidth); |
} else { |
- child->AddLabel(message, gfx::Font::NORMAL); |
+ child->AddLabel(message, gfx::ALIGN_LEFT, gfx::Font::NORMAL); |
child->text_label()->SetMultiLine(true); |
child->text_label()->SizeToFit(kTrayNotificationContentsWidth + |
kNotificationIconWidth); |