Correct positioning sidepanels

Sidepanels of the world editors got shifted due to the introduction of the editor tab. Several corrected overall. Some minor tweaks to be expected in a later commit.
This commit is contained in:
Nils Eikelenboom 2024-09-10 20:39:54 +02:00
parent b0a11d79d5
commit 8b049e3b01
15 changed files with 17 additions and 17 deletions

View file

@ -284,7 +284,7 @@ function MaterialEditorGui::maxSize(%this, %window)
%fixedWindow = MaterialEditorPreviewWindow;
%fluidWindow = MaterialEditorPropertiesWindow;
%top = EditorGuiToolbar.extent.y + 6;
%top = EditorGuiToolbar.extent.y + 6 - 7;
%bottom = %top + 65 - 6;
%maxHeight = Canvas.extent.y - %top - %bottom;