Open CMake GUI from Project Manager (#4360)

This provides a fast way for engineers who want to configure -> generate -> open project in IDE -> build & run to do so without waiting for a potentially lengthy Project Manager build.

Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-10-04 13:20:42 -07:00
committed by GitHub
parent c9608846a1
commit 555e95679d
10 changed files with 190 additions and 19 deletions
@@ -438,6 +438,11 @@ QTabBar::tab:focus {
max-height:26px;
}
#projectActionButton, #openEditorButton {
min-height:26px;
max-height:26px;
}
#labelButtonOverlay {
background-color: rgba(50,50,50,200);
min-width:210px;