mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Increase minimum width of AuxiliaryBarPart (#305741)
* fix: increase minimum width of AuxiliaryBarPart to improve layout Co-authored-by: Copilot <copilot@github.com> * Update src/vs/sessions/browser/parts/auxiliaryBarPart.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -61,8 +61,8 @@ export class AuxiliaryBarPart extends AbstractPaneCompositePart {
|
||||
private readonly _runScriptMenu = this._register(new MutableDisposable<IMenu>());
|
||||
private readonly _runScriptMenuListener = this._register(new MutableDisposable<IDisposable>());
|
||||
|
||||
// Use the side bar dimensions
|
||||
override readonly minimumWidth: number = 170;
|
||||
// Sessions-specific auxiliary bar dimensions (intentionally not tied to the sessions SidebarPart values)
|
||||
override readonly minimumWidth: number = 270;
|
||||
override readonly maximumWidth: number = Number.POSITIVE_INFINITY;
|
||||
override readonly minimumHeight: number = 0;
|
||||
override readonly maximumHeight: number = Number.POSITIVE_INFINITY;
|
||||
|
||||
Reference in New Issue
Block a user