diff options
author | Matthew <matthewehr@hotmail.com> | 2022-10-31 10:35:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 10:35:29 -0400 |
commit | 2ccd827453fe1a48b6b59b91944e3a202c364b97 (patch) | |
tree | 3ba35da6db2681aa800a3f6ad7afbda8247abc50 | |
parent | 0e9878b12a1e91d0f9ce2c1b56d1d469dd1758f6 (diff) | |
parent | 293ed314fd9d309d8fe0e04f69b8c3a03d135ae8 (diff) |
Merge pull request #68055 from Lielay9/patch-1
Fix typo minimize button -> maximize button
-rw-r--r-- | doc/classes/Window.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index c278f7031f..8707ef003a 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -491,7 +491,7 @@ Minimized window mode, i.e. [Window] is not visible and available on window manager's window list. Normally happens when the minimize button is pressed. </constant> <constant name="MODE_MAXIMIZED" value="2" enum="Mode"> - Maximized window mode, i.e. [Window] will occupy whole screen area except task bar and still display its borders. Normally happens when the minimize button is pressed. + Maximized window mode, i.e. [Window] will occupy whole screen area except task bar and still display its borders. Normally happens when the maximize button is pressed. </constant> <constant name="MODE_FULLSCREEN" value="3" enum="Mode"> Full screen window mode. Note that this is not [i]exclusive[/i] full screen. On Windows and Linux, a borderless window is used to emulate full screen. On macOS, a new desktop is used to display the running project. |