Increased height of proxy authentication dialog to prevent cutting buttons (#83900)

This commit is contained in:
mbassit
2020-09-08 10:19:39 +01:00
committed by GitHub
parent 707ce447cb
commit 4a801b9737

View File

@@ -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: {