Enlarged thumbnails on hover

This commit is contained in:
mnaumov
2021-04-23 14:56:28 -07:00
parent 11f811eb7e
commit b215d1c098
6 changed files with 52 additions and 56 deletions
@@ -98,7 +98,7 @@ namespace AZ
->Attribute(AZ::Edit::Attributes::DefaultAsset, &EditorMaterialComponentSlot::GetDefaultAssetId)
->Attribute(AZ::Edit::Attributes::NameLabelOverride, &EditorMaterialComponentSlot::GetLabel)
->Attribute(AZ::Edit::Attributes::ShowProductAssetFileName, true)
->Attribute("ThumbnailWithDropDown", &EditorMaterialComponentSlot::OpenPopupMenu)
->Attribute("Thumbnail", &EditorMaterialComponentSlot::OpenPopupMenu)
;
}
}