Kaynağa Gözat

Merge pull request #1237 from marauder2k9-torque/fix-inspector-in-worldeditor

Update WorldEditorInspectorWindow.ed.gui
Brian Roberts 1 yıl önce
ebeveyn
işleme
057654dda7

+ 3 - 3
Templates/BaseGame/game/tools/worldEditor/gui/WorldEditorInspectorWindow.ed.gui

@@ -23,7 +23,7 @@ $guiContent = new GuiControl() {
       Profile = "ToolsGuiWindowProfile";
       Position = getWord($pref::Video::mode, 0) - 360
          SPC getWord(EditorGuiToolbar.extent, 1) + getWord(EWTreeWindow.extent, 1) + 6;
-      Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(EWTreeWindow.extent, 1) - getWord(EditorGuiToolbar.extent, 1) + 66;
+      Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(EWTreeWindow.extent, 1) - getWord(EditorGuiToolbar.extent, 1) + 10;
       MinExtent = "300 150";
       HorizSizing = "windowRelative";
       VertSizing = "windowRelative";
@@ -104,9 +104,9 @@ $guiContent = new GuiControl() {
             isContainer = "1";
             Profile = "GuiEditorScrollProfile";
             HorizSizing = "width";
-            VertSizing = "bottom";
+            VertSizing = "height";
             Position = "5 20";
-            Extent = "343 941";
+            Extent = "343 250";
             MinExtent = "8 8";
             canSave = "1";
             Visible = "1";