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; opaque = true;
canKeyFocus = true; canKeyFocus = true;
}; border = true;
borderColor = "128 128 128 128";
singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile) borderColorHL = "128 128 0";
{ borderColorSEL = "128 0 128 128";
opaque = true;
}; };
singleton GuiControlProfile( GuiControlListPopupProfile ) singleton GuiControlProfile( GuiControlListPopupProfile )