mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #8927 from idlist/patch-1
Update C# API in the code example of "Custom GUI controls"
(cherry picked from commit d60c580d17)
This commit is contained in:
committed by
Max Hilbrunner
parent
ba15826235
commit
c8ac2cb200
@@ -107,7 +107,7 @@ Alternatively, set it using a function:
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
SetCustomMinimumSize(new Vector2(20, 20));
|
||||
CustomMinimumSize = new Vector2(20, 20);
|
||||
}
|
||||
|
||||
Input
|
||||
|
||||
Reference in New Issue
Block a user