1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-20119] Increase default desktop window height (#14231)

* Increase default height to 730 pixels.

* Increased height to 745 to handle Windows spacing

* Updated to 790 pixels to support Login with Device on Windows
This commit is contained in:
Todd Martin
2025-05-16 15:09:03 -04:00
committed by GitHub
parent d2cce5b997
commit aad04f5621

View File

@@ -32,7 +32,7 @@ export class WindowMain {
session: Electron.Session;
readonly defaultWidth = 950;
readonly defaultHeight = 600;
readonly defaultHeight = 790;
constructor(
private biometricStateService: BiometricStateService,