| Index: ash/system/audio/volume_view.cc
|
| diff --git a/ash/system/audio/volume_view.cc b/ash/system/audio/volume_view.cc
|
| index e12f7659b81e160c63479f7598c7e24c3c51d6c4..2ae9f2e7bec238970149fac4a906f68cd27d1fbf 100644
|
| --- a/ash/system/audio/volume_view.cc
|
| +++ b/ash/system/audio/volume_view.cc
|
| @@ -47,7 +47,6 @@ class VolumeButton : public views::ToggleImageButton {
|
| SetImageAlignment(ALIGN_CENTER, ALIGN_MIDDLE);
|
| image_ = ui::ResourceBundle::GetSharedInstance().GetImageNamed(
|
| IDR_AURA_UBER_TRAY_VOLUME_LEVELS);
|
| - SetPreferredSize(gfx::Size(kTrayPopupItemHeight, kTrayPopupItemHeight));
|
| Update();
|
| }
|
|
|
|
|