Chromium Code Reviews| Index: ash/system/date/date_view.cc |
| diff --git a/ash/system/date/date_view.cc b/ash/system/date/date_view.cc |
| index 92b8558fa284996093afcd17a9352d85e5003267..cdb2a5b07deabee1507b6d464e0d45a6d169445d 100644 |
| --- a/ash/system/date/date_view.cc |
| +++ b/ash/system/date/date_view.cc |
| @@ -335,6 +335,7 @@ void TimeView::SetupLabels() { |
| void TimeView::SetupLabel(views::Label* label) { |
| label->set_owned_by_client(); |
| SetupLabelForTray(label); |
| + label->SetElideBehavior(gfx::NO_ELIDE); |
| } |
| } // namespace tray |