Merge pull request #306297 from microsoft/mrleemurray/adjacent-rose-hyena

Increase minimum width for SidebarPart
This commit is contained in:
Lee Murray
2026-03-31 11:22:37 +01:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ export class SidebarPart extends AbstractPaneCompositePart {
//#region IView
readonly minimumWidth: number = 170;
readonly minimumWidth: number = 270;
readonly maximumWidth: number = Number.POSITIVE_INFINITY;
readonly minimumHeight: number = 0;
readonly maximumHeight: number = Number.POSITIVE_INFINITY;