mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Increased height of proxy authentication dialog to prevent cutting buttons (#83900)
This commit is contained in:
@@ -55,7 +55,7 @@ export class ProxyAuthHandler extends Disposable {
|
||||
skipTaskbar: true,
|
||||
resizable: false,
|
||||
width: 450,
|
||||
height: 220,
|
||||
height: 225,
|
||||
show: true,
|
||||
title: 'VS Code',
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user