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:
AMZN-nggieber
2021-08-30 14:22:17 -07:00
committed by GitHub
parent e15634a867
commit cdcdcb0777
4 changed files with 31 additions and 12 deletions
@@ -19,7 +19,7 @@ QT_FORWARD_DECLARE_CLASS(QTabWidget)
namespace O3DE::ProjectManager
{
class ScreenWidget;
QT_FORWARD_DECLARE_CLASS(ScreenWidget);
class ScreensCtrl
: public QWidget