Update profiles.ed.tscript

This commit is contained in:
marauder2k7 2024-03-05 13:15:54 +00:00
parent 155dfe0c69
commit 66d8f0f55c

View file

@ -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 )