Fixed guiProfile references

This commit is contained in:
Areloch 2021-01-24 04:40:19 -06:00
parent b7a2c30337
commit 3cb1699ed1
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@
//Docking = "Top";
new GuiTextCtrl() {
profile = "GuiCenterTextProfile";
profile = "ToolsGuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "1 2";

View file

@ -32,7 +32,7 @@
text = "Create Object";
new GuiTextCtrl() {
profile = "GuiCenterTextProfile";
profile = "ToolsGuiTextProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "9 26";