Remove Tab Overlay on Project Manager Startup + More Fixes (#3666)
* Refocuses from tab to button on projects screen fist time it is opened Signed-off-by: nggieber <nggieber@amazon.com> * Adds border highlighting to big buttons when they are focused Signed-off-by: nggieber <nggieber@amazon.com> * Fixes issues where project buttons aren't found or deleted on projects screen Signed-off-by: nggieber <nggieber@amazon.com> * Adds tooltip to project name showing project path Signed-off-by: nggieber <nggieber@amazon.com>
This commit is contained in:
@@ -192,6 +192,7 @@ namespace O3DE::ProjectManager
|
||||
projectFooter->setLayout(hLayout);
|
||||
{
|
||||
QLabel* projectNameLabel = new QLabel(m_projectInfo.GetProjectDisplayName(), this);
|
||||
projectNameLabel->setToolTip(m_projectInfo.m_path);
|
||||
hLayout->addWidget(projectNameLabel);
|
||||
|
||||
QMenu* menu = new QMenu(this);
|
||||
|
||||
Reference in New Issue
Block a user