| 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 6d1665f9d1c32e689dfc9bcc4d6aa9959518f6a8..647c3d07f361fa7cefa0593682010e87a65d1941 100644
|
| --- a/ash/system/chromeos/label_tray_view.cc
|
| +++ b/ash/system/chromeos/label_tray_view.cc
|
| @@ -52,7 +52,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);
|
|
|