Completed FirstTimeUseScreen with Final UX Look (#812)

* Forced Project Manager window to 1200x800

* Final look for FirstTimeUseScreen, essentially complete

* Remove margins on screens

* Added License info for image
This commit is contained in:
AMZN-nggieber
2021-05-19 12:48:55 -07:00
committed by GitHub
parent 6a108c0515
commit 25e811ff6c
11 changed files with 101 additions and 111 deletions
@@ -22,6 +22,9 @@ namespace O3DE::ProjectManager
: QWidget(parent)
{
QVBoxLayout* vLayout = new QVBoxLayout();
vLayout->setMargin(0);
vLayout->setSpacing(0);
vLayout->setContentsMargins(0, 0, 0, 0);
setLayout(vLayout);
m_screenStack = new QStackedWidget();