Update making_plugins.rst

Indentation, comment removal
This commit is contained in:
Vladimir Garnovsky
2026-08-21 07:52:48 +02:00
committed by GitHub
parent e1d057ee5b
commit 41b6d71d0e

View File

@@ -390,7 +390,7 @@ The script could look like this:
_dock.Title = "My Dock";
// Note that LeftUl means the left of the editor, upper-left dock.
_dock.DefaultSlot = EditorDock.DockSlot.LeftUl; //DockSlot.LeftUl;
_dock.DefaultSlot = EditorDock.DockSlot.LeftUl;
// Allow the dock to be on the left or right of the editor, and to be made floating.
_dock.AvailableLayouts = EditorDock.DockLayout.Horizontal | EditorDock.DockLayout.Floating;