mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
hook PrototypeClass(%objectName) on up to inspector
fix dialog close, fix dynamic variable gui element alignment
This commit is contained in:
parent
81b721c755
commit
c10808873d
3 changed files with 18 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue