| Index: ash/system/chromeos/session/logout_button_tray.cc
|
| diff --git a/ash/system/chromeos/session/logout_button_tray.cc b/ash/system/chromeos/session/logout_button_tray.cc
|
| index f261819eb5d754f989e68996cedfbb76ed563c01..e64b11e21800235c3cd395aa1aa49bb2cde3fe56 100644
|
| --- a/ash/system/chromeos/session/logout_button_tray.cc
|
| +++ b/ash/system/chromeos/session/logout_button_tray.cc
|
| @@ -90,7 +90,7 @@ LogoutButton::LogoutButton(views::ButtonListener* listener)
|
| SetBorder(std::move(border));
|
| set_animate_on_state_change(false);
|
|
|
| - SetMinSize(gfx::Size(0, kShelfItemHeight));
|
| + SetMinSize(gfx::Size(0, GetTrayConstant(TRAY_ITEM_HEIGHT_LEGACY)));
|
| }
|
|
|
| LogoutButton::~LogoutButton() {}
|
|
|