Merge pull request #295 from aws-lumberyard-dev/Atom/mnaumov/ATOM-14585

[ATOM-14585] Enlarged thumbnails on hover
This commit is contained in:
AMZN-mnaumov
2021-04-27 10:53:18 -07:00
committed by GitHub
6 changed files with 92 additions and 50 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("ThumbnailCallback", &EditorMaterialComponentSlot::OpenPopupMenu)
;
}
}