mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Fixed guiProfile references
This commit is contained in:
parent
b7a2c30337
commit
3cb1699ed1
3 changed files with 3 additions and 3 deletions
|
|
@ -1562,7 +1562,7 @@ function AssetBrowser::doRebuildAssetArray(%this)
|
||||||
}
|
}
|
||||||
|
|
||||||
//Add Non-Asset Scripted Objects. Datablock, etc based
|
//Add Non-Asset Scripted Objects. Datablock, etc based
|
||||||
if(AssetBrowser.assetTypeFilter $= "" && %breadcrumbPath !$= "")
|
if(AssetBrowser.assetTypeFilter $= "" && %breadcrumbPath !$= "" && !startsWith(%breadcrumbPath, "Creator/"))
|
||||||
{
|
{
|
||||||
%category = getWord( %breadcrumbPath, 1 );
|
%category = getWord( %breadcrumbPath, 1 );
|
||||||
%dataGroup = "DataBlockGroup";
|
%dataGroup = "DataBlockGroup";
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
//Docking = "Top";
|
//Docking = "Top";
|
||||||
|
|
||||||
new GuiTextCtrl() {
|
new GuiTextCtrl() {
|
||||||
profile = "GuiCenterTextProfile";
|
profile = "ToolsGuiTextProfile";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
position = "1 2";
|
position = "1 2";
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
text = "Create Object";
|
text = "Create Object";
|
||||||
|
|
||||||
new GuiTextCtrl() {
|
new GuiTextCtrl() {
|
||||||
profile = "GuiCenterTextProfile";
|
profile = "ToolsGuiTextProfile";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
position = "9 26";
|
position = "9 26";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue