浏览代码

Fixes the guiEditor inspector search bar extents and clear button position

Areloch 1 年之前
父节点
当前提交
7563130545
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Templates/BaseGame/game/tools/guiEditor/gui/guiEditor.ed.gui

+ 2 - 2
Templates/BaseGame/game/tools/guiEditor/gui/guiEditor.ed.gui

@@ -970,7 +970,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
                      
                      new GuiTextEditCtrl( GuiEditorInspectorFilter ) {
                         position = "5 0";
-                        extent = "341 20";
+                        extent = "222 20";
                         profile = "ToolsGuiTextEditProfile";
                         horizSizing = "width";
                         vertSizing = "bottom";
@@ -987,7 +987,7 @@ $guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
                         Profile = "ToolsGuiDefaultProfile";
                         HorizSizing = "left";
                         VertSizing = "bottom";
-                        position = "325 2";
+                        position = "205 2";
                         Extent = "17 17";
                         MinExtent = "8 2";
                         canSave = "1";