Allow moving the editor's bottom panel to the right #93901
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes (partially) #26229.
EditorNode
-splited supported version of #36040.This lets people make better use of their display if it's wide enough.
Like the original, the shortcut is Shift + F10.
Unlike the original, it disallows moving to the right if the screen/window's width isn't at least
1800px
, as well as forbid closing the subpanel when at the right and an ability to collapse the current tab by holding Shift key while also at the right.Preview
For the second clip, i'm using
1300
as the minimum width for demonstration.right-bottom-panel-preview.mp4
Note
Window
uses_propagate_window_notification
on editor builds in_update_viewport_size
to fix brokenNOTIFICATION_WM_SIZE_CHANGED
, it will be removed as soon as the first task was completed (see below).TODOs
NOTIFICATION_WM_SIZE_CHANGED
properly without using_propagate_window_notification
.