From dcc68e1d854bb7f09d6a7603a001e1a4fa08bbe2 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Wed, 24 Dec 2025 11:35:30 -0600 Subject: [PATCH] fix class prototype rescale --- .../BaseGame/game/tools/gui/classPrototyping.gui | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Templates/BaseGame/game/tools/gui/classPrototyping.gui b/Templates/BaseGame/game/tools/gui/classPrototyping.gui index e01b92046..17fe3fb78 100644 --- a/Templates/BaseGame/game/tools/gui/classPrototyping.gui +++ b/Templates/BaseGame/game/tools/gui/classPrototyping.gui @@ -20,6 +20,8 @@ $guiContent = new GuiControl(classPrototyping) { lockVertScroll = "1"; position = "14 30"; extent = "564 33"; + horizSizing = "relative"; + vertSizing = "relative"; profile = "ToolsGuiScrollProfile"; tooltipProfile = "GuiToolTipProfile"; @@ -47,6 +49,8 @@ $guiContent = new GuiControl(classPrototyping) { new GuiScrollCtrl() { position = "19 80"; extent = "552 326"; + horizSizing = "relative"; + vertSizing = "relative"; profile = "ToolsGuiScrollProfile"; tooltipProfile = "GuiToolTipProfile"; @@ -66,7 +70,7 @@ $guiContent = new GuiControl(classPrototyping) { bitmapMode = "Centered"; position = "348 467"; extent = "22 22"; - horizSizing = "left"; + vertSizing = "top"; profile = "ToolsGuiButtonProfile"; command = "SelectAssetPath.showDialog(AssetBrowser.dirHandler.currentAddress, \"setProtoTypeFilePath\");\nSelectAssetPathWindow.selectWindow();"; tooltipProfile = "GuiToolTipProfile"; @@ -76,7 +80,7 @@ $guiContent = new GuiControl(classPrototyping) { text = "data/ExampleModule"; position = "143 470"; extent = "201 20"; - horizSizing = "width"; + vertSizing = "top"; profile = "ToolsGuiTextEditProfile"; active = "0"; tooltipProfile = "GuiToolTipProfile"; @@ -86,12 +90,15 @@ $guiContent = new GuiControl(classPrototyping) { text = "Target Path:"; position = "20 470"; extent = "116 17"; + vertSizing = "top"; profile = "ToolsGuiTextProfile"; tooltipProfile = "GuiToolTipProfile"; }; new GuiButtonCtrl() { text = "Save"; position = "431 465"; + horizSizing = "left"; + vertSizing = "top"; profile = "ToolsGuiButtonProfile"; command = "classPrototyping.writeResults();"; tooltipProfile = "GuiToolTipProfile"; @@ -100,6 +107,7 @@ $guiContent = new GuiControl(classPrototyping) { text = "Report Commands"; position = "16 420"; extent = "125 30"; + vertSizing = "top"; profile = "ToolsGuiCheckBoxProfile"; tooltipProfile = "GuiToolTipProfile"; }; @@ -107,6 +115,7 @@ $guiContent = new GuiControl(classPrototyping) { text = "Report Stock Variables"; position = "152 420"; extent = "125 30"; + vertSizing = "top"; profile = "ToolsGuiCheckBoxProfile"; tooltipProfile = "GuiToolTipProfile"; };