diff --git a/Templates/BaseGame/game/tools/worldEditor/gui/EditorGui.ed.gui b/Templates/BaseGame/game/tools/worldEditor/gui/EditorGui.ed.gui index 4c8feacfa..d98101c57 100644 --- a/Templates/BaseGame/game/tools/worldEditor/gui/EditorGui.ed.gui +++ b/Templates/BaseGame/game/tools/worldEditor/gui/EditorGui.ed.gui @@ -261,7 +261,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) { HorizSizing = "width"; VertSizing = "bottom"; Position = "0 0"; - Extent = "800 37"; + Extent = "800 40"; MinExtent = "8 8"; Margin = "0 0 0 0"; Padding = "0 0 0 0"; diff --git a/Templates/BaseGame/game/tools/worldEditor/gui/ToolsToolbar.ed.gui b/Templates/BaseGame/game/tools/worldEditor/gui/ToolsToolbar.ed.gui index 4b8acbbcf..e7cdeac3c 100644 --- a/Templates/BaseGame/game/tools/worldEditor/gui/ToolsToolbar.ed.gui +++ b/Templates/BaseGame/game/tools/worldEditor/gui/ToolsToolbar.ed.gui @@ -9,13 +9,26 @@ $guiContent = new GuiContainer(EWToolsToolbar) { VertSizing = "bottom"; Position = "0 38"; Extent = "0 33"; - MinExtent = "8 2"; + MinExtent = "8 34"; canSave = "1"; Visible = "1"; hovertime = "1000"; isClosed = "0"; isDynamic = "0"; + new GuiDecoyCtrl(EWToolsToolbarSpacer) { + profile = "ToolsMenubarProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "0 3"; + extent = "4 33"; + minExtent = "8 8"; + visible = "1"; + helpTag = "0"; + useMouseEvents = "0"; + isDecoy = "1"; + }; + new GuiDynamicCtrlArrayControl(ToolsToolbarArray) { canSaveDynamicFields = "0"; Enabled = "1"; @@ -24,15 +37,15 @@ $guiContent = new GuiContainer(EWToolsToolbar) { HorizSizing = "width"; VertSizing = "bottom"; position = "4 3"; - Extent = "264 32"; - MinExtent = "1024 32"; + Extent = "264 33"; + MinExtent = "1024 33"; canSave = "1"; Visible = "1"; hovertime = "1000"; colCount = "1"; colSize = "29"; RowSize = "27"; - rowSpacing = "2"; + rowSpacing = "1"; colSpacing = "4"; }; new GuiBitmapButtonCtrl() { @@ -61,7 +74,7 @@ $guiContent = new GuiContainer(EWToolsToolbar) { horizSizing = "right"; vertSizing = "bottom"; position = "1 1"; - extent = "35 31"; + extent = "35 33"; minExtent = "8 8"; visible = "0"; helpTag = "0";