You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a compact mode setting which hides the project list sidebar when the
project manager is shrunk.
Adds a compact mode threshold setting that sets the point beyond which the
project list sidebar is hidden.
Co-authored-by: CarrotOfPower <260066004+CarrotOfPower@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/classes/EditorSettings.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1378,6 +1378,12 @@
1378
1378
If [code]true[/code], enable TLSv1.3 negotiation.
1379
1379
[b]Note:[/b] Only supported when using Mbed TLS 3.0 or later (Linux distribution packages may be compiled against older system Mbed TLS packages), otherwise the maximum supported TLS version is always TLSv1.2.
If [code]true[/code], enables hiding the Project List Sidebar when the Project Manager is shrunk, horizontally, below a threshold, which is set in [member project_manager/compact_mode_threshold].
Sets the threshold, in pixels, beyond which the Project List Sidebar collapses when the Project Manager is resized. If [code]0[/code], the sidebar disappears when there is not enough space for it. This only has an effect if [member project_manager/compact_mode] is [code]true[/code].
The renderer type that will be checked off by default when creating a new project. Accepted strings are "forward_plus", "mobile" or "gl_compatibility".
0 commit comments