diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-27 00:18:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 00:18:58 +0200 |
commit | bcf7e51689442f7fdb369509ccf0738dcc736e96 (patch) | |
tree | df3f0153d0cd33fe47780616d699786cfe76ecae /doc/classes | |
parent | b55d859c5f092d145cd0d2c8df9ac5d42c500626 (diff) | |
parent | e6352d1daae4295e6f1ac6c9624e2d84fbc54f15 (diff) |
Merge pull request #39177 from Calinou/distraction-free-keep-bottom-panel-visible
Keep the bottom panel visible when enabling the distraction-free mode
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorInterface.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index dbe725f08b..c2c73a8b83 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -204,6 +204,7 @@ </methods> <members> <member name="distraction_free_mode" type="bool" setter="set_distraction_free_mode" getter="is_distraction_free_mode_enabled"> + If [code]true[/code], enables distraction-free mode which hides side docks to increase the space available for the main view. </member> </members> <constants> |