|
|
|
@ -92,8 +92,7 @@ namespace O3DE::ProjectManager
|
|
|
|
|
|
|
|
|
|
|
|
QLabel* introLabel = new QLabel(this);
|
|
|
|
QLabel* introLabel = new QLabel(this);
|
|
|
|
introLabel->setObjectName("introLabel");
|
|
|
|
introLabel->setObjectName("introLabel");
|
|
|
|
introLabel->setText(tr("Welcome to O3DE! Start something new by creating a project. Not sure what to create? \nExplore what's "
|
|
|
|
introLabel->setText(tr("Welcome to O3DE! Start something new by creating a project."));
|
|
|
|
"available by downloading our sample project."));
|
|
|
|
|
|
|
|
layout->addWidget(introLabel);
|
|
|
|
layout->addWidget(introLabel);
|
|
|
|
|
|
|
|
|
|
|
|
QHBoxLayout* buttonLayout = new QHBoxLayout();
|
|
|
|
QHBoxLayout* buttonLayout = new QHBoxLayout();
|
|
|
|
|