Index: ash/common/system/cast/tray_cast.cc |
diff --git a/ash/common/system/cast/tray_cast.cc b/ash/common/system/cast/tray_cast.cc |
index cf97576c36afc0482062e00ca2f9a9ddf2f93b51..9aaeb54800757b876b20a711ff37e752b2312627 100644 |
--- a/ash/common/system/cast/tray_cast.cc |
+++ b/ash/common/system/cast/tray_cast.cc |
@@ -509,7 +509,9 @@ views::View* CastDetailedView::AddToReceiverList( |
.GetImageNamed(IDR_AURA_UBER_TRAY_CAST_DEVICE_ICON) |
.ToImageSkia(); |
const base::string16& name = receiverActivity.receiver.name; |
- container->AddIndentedIconAndLabel(*image, name, false); |
+ container->AddIconAndLabelCustomSize( |
+ *image, name, false, kTrayPopupDetailsIconWidth, |
+ kTrayPopupPaddingHorizontal, kTrayPopupPaddingBetweenItems); |
scroll_content()->AddChildView(container); |
return container; |