Browse Source

Update profiles.ed.tscript

marauder2k7 1 year ago
parent
commit
66d8f0f55c
1 changed files with 4 additions and 5 deletions
  1. 4 5
      Templates/BaseGame/game/tools/gui/profiles.ed.tscript

+ 4 - 5
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 )