hook PrototypeClass(%objectName) on up to inspector

fix dialog close, fix dynamic variable gui element alignment
This commit is contained in:
AzaezelX 2023-11-24 15:44:54 -06:00
parent 81b721c755
commit c10808873d
3 changed files with 18 additions and 7 deletions

View file

@ -15,7 +15,7 @@ $guiContent = new GuiControl(classPrototyping) {
vertSizing = "center";
profile = "ToolsGuiWindowProfile";
tooltipProfile = "GuiToolTipProfile";
closeCommand = "Canvas.popDialog(classPrototyping);";
new GuiScrollCtrl() {
lockVertScroll = "1";
position = "14 30";
@ -112,8 +112,8 @@ $guiContent = new GuiControl(classPrototyping) {
};
new GuiCheckBoxCtrl(ReportDynamicVariables) {
text = "Report Dynamic Variables";
position = "250 420";
extent = "125 30";
position = "300 420";
extent = "150 30";
profile = "ToolsGuiCheckBoxProfile";
tooltipProfile = "GuiToolTipProfile";
};