浏览代码

Update profiles.ed.tscript

marauder2k7 1 年之前
父节点
当前提交
66d8f0f55c
共有 1 个文件被更改,包括 4 次插入5 次删除
  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 )