mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
Merge pull request #306297 from microsoft/mrleemurray/adjacent-rose-hyena
Increase minimum width for SidebarPart
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user