We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e50ab commit cde7231Copy full SHA for cde7231
1 file changed
docs/API-Reference/view/WorkspaceManager.md
@@ -190,7 +190,8 @@ Returns true if visible else false.
190
### view/WorkspaceManager.setPluginPanelWidth(width)
191
Programmatically sets the plugin panel content width to the given value in pixels.
192
The total toolbar width is adjusted to account for the plugin icons bar.
193
-Width is clamped to respect panel minWidth and max size (75% of window).
+If the requested width doesn't fit, the sidebar is progressively shrunk
194
+(and collapsed if necessary) before clamping.
195
No-op if no panel is currently visible.
196
197
**Kind**: inner method of [<code>view/WorkspaceManager</code>](#module_view/WorkspaceManager)
0 commit comments