浏览代码

pad the internals of the GuiScrollCtrl encapsulated within the EWCreatorWindow/[CreatorWindow] to prevent overhang issues due to the parent rescaling it's position/extent

AzaezelX 6 年之前
父节点
当前提交
6027e253a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/BaseGame/game/tools/worldEditor/gui/WorldEditorTreeWindow.ed.gui

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/gui/WorldEditorTreeWindow.ed.gui

@@ -289,7 +289,7 @@
                   lockHorizScroll = "false";
                   lockVertScroll = "true";
                   constantThumbHeight = "0";
-                  childMargin = "0 0";
+                  childMargin = "0 6";
 
                   new GuiDynamicCtrlArrayControl(CreatorIconArray) {
                      canSaveDynamicFields = "0";