mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update profiles.ed.tscript
This commit is contained in:
parent
155dfe0c69
commit
66d8f0f55c
|
|
@ -947,11 +947,10 @@ singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
|
|||
{
|
||||
opaque = true;
|
||||
canKeyFocus = true;
|
||||
};
|
||||
|
||||
singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile)
|
||||
{
|
||||
opaque = true;
|
||||
border = true;
|
||||
borderColor = "128 128 128 128";
|
||||
borderColorHL = "128 128 0";
|
||||
borderColorSEL = "128 0 128 128";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( GuiControlListPopupProfile )
|
||||
|
|
|
|||
Loading…
Reference in a new issue