From 0795dc22b97e59e2cba65e09cbdfe6eca77797d4 Mon Sep 17 00:00:00 2001 From: char0xff Date: Sat, 15 Sep 2018 18:25:48 +0200 Subject: [PATCH] Update EditorInterface.xml (cherry picked from commit 0c10d3fc167f62cd2417804fd94de3b54513e273) --- doc/classes/EditorInterface.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index de35b6f29b0..77b71975674 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -24,7 +24,7 @@ - Returns the base [Control]. + Returns the main container of Godot's editor window. You can use it, for example, to retrieve the size of the container and place your controls accordingly.