Adds Warning Dialog When Following an External Link in Project Manager (#6003)

Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
AMZN-nggieber
2021-11-30 13:13:42 -08:00
committed by GitHub
parent 8637b41401
commit b3bf02a4d5
9 changed files with 170 additions and 9 deletions
@@ -31,7 +31,7 @@ namespace O3DE::ProjectManager
// Body
QLabel* subTitleLabel = new QLabel(tr("Are you sure you want to uninstall %1?").arg(gemName));
subTitleLabel->setObjectName("gemCatalogDialogSubTitle");
subTitleLabel->setObjectName("dialogSubTitle");
layout->addWidget(subTitleLabel);
layout->addSpacing(10);