| Index: ui/views/corewm/tooltip_aura.cc
|
| diff --git a/ui/views/corewm/tooltip_aura.cc b/ui/views/corewm/tooltip_aura.cc
|
| index 02117a8593d11df38dc6cf2a98e4d8a0ff0d50e8..ef69bbcce068d5d7f9ed418b4b9c9edf6dda30e1 100644
|
| --- a/ui/views/corewm/tooltip_aura.cc
|
| +++ b/ui/views/corewm/tooltip_aura.cc
|
| @@ -53,6 +53,7 @@ TooltipAura::TooltipAura(gfx::ScreenType screen_type)
|
| tooltip_window_(NULL) {
|
| label_.set_owned_by_client();
|
| label_.SetMultiLine(true);
|
| + label_.SetHorizontalAlignment(gfx::ALIGN_TO_HEAD);
|
|
|
| const int kHorizontalPadding = 3;
|
| const int kVerticalPadding = 2;
|
|
|