mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
reduce the min height
this reduces the window to the smallest size that can fit a dialog
This commit is contained in:
@@ -60,7 +60,7 @@ const enum WindowError {
|
||||
export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
|
||||
private static readonly MIN_WIDTH = 600;
|
||||
private static readonly MIN_HEIGHT = 600;
|
||||
private static readonly MIN_HEIGHT = 270;
|
||||
|
||||
private static readonly MAX_URL_LENGTH = 2 * 1024 * 1024; // https://cs.chromium.org/chromium/src/url/url_constants.cc?l=32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user