We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f28670 commit b51e121Copy full SHA for b51e121
src/vs/workbench/browser/parts/panel/panelPart.ts
@@ -56,7 +56,7 @@ export class PanelPart extends CompositePart<Panel> implements IPanelService {
56
57
//#region IView
58
59
- readonly minimumWidth: number = 420;
+ readonly minimumWidth: number = 300;
60
readonly maximumWidth: number = Number.POSITIVE_INFINITY;
61
readonly minimumHeight: number = 77;
62
readonly maximumHeight: number = Number.POSITIVE_INFINITY;
0 commit comments