Update Update Project Settings UI to show advanced settings and move project preview to right side panel

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-09 14:56:50 -08:00
parent c632fadb8f
commit 5641bcd5f1
4 changed files with 85 additions and 13 deletions
@@ -250,9 +250,6 @@ QTabBar::tab:focus {
margin-top:30px;
}
#projectPreviewLabel {
margin: 10px 0 5px 0;
}
#projectTemplate {
margin: 25px 0 0 50px;
@@ -329,6 +326,16 @@ QTabBar::tab:focus {
border:none;
}
#projectSettingsSectionTitle
{
font-size:18px;
}
#projectSmallInfoLabel
{
font-size:10px;
}
#projectSettingsTab::tab-bar {
left: 60px;
}