Merge branch 'development' into cmake/SPEC-7179

This commit is contained in:
Esteban Papp
2021-07-19 15:48:29 -07:00
66 changed files with 572 additions and 1755 deletions
@@ -19,8 +19,9 @@ namespace PhysX
setTextInteractionFlags(Qt::TextBrowserInteraction);
setOpenExternalLinks(true);
setAlignment(Qt::AlignCenter);
setContentsMargins(60, 15, 60, 15);
setContentsMargins(60, 7, 60, 7);
setWordWrap(true);
setStyleSheet(QString::fromUtf8("background-color: rgb(51, 51, 51);"));
}
}
}