Skip to content

Commit

Permalink
Merge pull request #522 from foneazmi/main
Browse files Browse the repository at this point in the history
fix(ui): add minHeight & minWidth
  • Loading branch information
helloanoop authored Oct 13, 2023
2 parents 5d1be2f + 21c9fda commit ad02ab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bruno-electron/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ app.on('ready', async () => {
y,
width,
height,
minWidth:1000,
minHeight:640,
webPreferences: {
nodeIntegration: true,
contextIsolation: true,
Expand Down

0 comments on commit ad02ab8

Please sign in to comment.