diff --git a/Templates/BaseGame/game/tools/gui/profiles.ed.tscript b/Templates/BaseGame/game/tools/gui/profiles.ed.tscript index b4c0410e8..26886e128 100644 --- a/Templates/BaseGame/game/tools/gui/profiles.ed.tscript +++ b/Templates/BaseGame/game/tools/gui/profiles.ed.tscript @@ -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 )