Skip to content

Commit

Permalink
fix(#281): Fix about window size
Browse files Browse the repository at this point in the history
  • Loading branch information
stamoun committed Oct 6, 2023
1 parent 32ffdb6 commit e91242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const getSettingsWindowOptions = (): BrowserWindowConstructorOptions => (

export const getAboutWindowOptions = (): BrowserWindowConstructorOptions => ({
...getCommonWindowOptions(),
height: 380,
height: 540,
width: 400,
title: WindowTitle.About,
});
Expand Down

0 comments on commit e91242f

Please sign in to comment.