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:
@@ -32,7 +32,7 @@ export class WindowMain {
|
||||
session: Electron.Session;
|
||||
|
||||
readonly defaultWidth = 950;
|
||||
readonly defaultHeight = 600;
|
||||
readonly defaultHeight = 790;
|
||||
|
||||
constructor(
|
||||
private biometricStateService: BiometricStateService,
|
||||
|
||||
Reference in New Issue
Block a user