Display Gem Icons in Gem Catalog (#7294)
Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com> Co-authored-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,8 @@ namespace O3DE::ProjectManager
|
||||
inline constexpr static int ProjectPreviewImageWidth = 210;
|
||||
inline constexpr static int ProjectPreviewImageHeight = 280;
|
||||
inline constexpr static int ProjectTemplateImageWidth = 92;
|
||||
inline constexpr static int GemPreviewImageWidth = 70;
|
||||
inline constexpr static int GemPreviewImageHeight = 40;
|
||||
inline constexpr static int ProjectCommandLineTimeoutSeconds = 30;
|
||||
|
||||
static const QString ProjectBuildDirectoryName = "build";
|
||||
|
||||
Reference in New Issue
Block a user