mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
Sessions - increase default width of the auxiliary sidebar (#301585)
This commit is contained in:
@@ -82,7 +82,7 @@ export class AuxiliaryBarPart extends AbstractPaneCompositePart {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return Math.max(width, 320);
|
||||
return Math.max(width, 340);
|
||||
}
|
||||
|
||||
readonly priority = LayoutPriority.Low;
|
||||
|
||||
@@ -783,7 +783,7 @@ export class Workbench extends Disposable implements IWorkbenchLayoutService {
|
||||
|
||||
// Default sizes
|
||||
const sideBarSize = 300;
|
||||
const auxiliaryBarSize = 300;
|
||||
const auxiliaryBarSize = 340;
|
||||
const panelSize = 300;
|
||||
const titleBarHeight = this.titleBarPartView?.minimumHeight ?? 30;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user