mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +00:00
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:
parent
b0a11d79d5
commit
8b049e3b01
15 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue