Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/formkit/drag-and-dro…
Browse files Browse the repository at this point in the history
…p-0.2.6
  • Loading branch information
mergify[bot] authored Dec 27, 2024
2 parents 602a19c + 53a2fc8 commit 906c3d7
Show file tree
Hide file tree
Showing 9 changed files with 186 additions and 151 deletions.
2 changes: 1 addition & 1 deletion src-electron/electron-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function createWindow() {
height: mainWindowState.height,
icon: path.resolve(path.join(__dirname, 'icons', 'icon.png')),
minHeight: 400,
minWidth: 500,
minWidth: 560,
show: false,
webPreferences: {
backgroundThrottling: false,
Expand Down
Loading

0 comments on commit 906c3d7

Please sign in to comment.