You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Merge pull request #59918 from piiertho/enhancement/rename-controll-minimum_size-to-custom_minimum_size
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user