From 5ad1a1b5e747a3d8065fc71e14e69932d9d8f428 Mon Sep 17 00:00:00 2001 From: Pierre-Thomas Meisels Date: Tue, 5 Apr 2022 18:48:21 +0200 Subject: enhancement: rename exposed property Control::minimum_size to Control::custom_minimum_size --- modules/mono/editor/GodotTools/GodotTools/Build/MSBuildPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mono/editor/GodotTools/GodotTools/Build/MSBuildPanel.cs b/modules/mono/editor/GodotTools/GodotTools/Build/MSBuildPanel.cs index 9e8f7ef1b1..3c020a2589 100644 --- a/modules/mono/editor/GodotTools/GodotTools/Build/MSBuildPanel.cs +++ b/modules/mono/editor/GodotTools/GodotTools/Build/MSBuildPanel.cs @@ -126,7 +126,7 @@ namespace GodotTools.Build { base._Ready(); - MinimumSize = new Vector2(0, 228) * EditorScale; + CustomMinimumSize = new Vector2(0, 228) * EditorScale; SizeFlagsVertical = (int)SizeFlags.ExpandFill; var toolBarHBox = new HBoxContainer { SizeFlagsHorizontal = (int)SizeFlags.ExpandFill }; -- cgit v1.2.3