fixed min width issue so two windows can be used in parallel (#5863)

* fixed min width issue so two windows can be used in parallel

* updated the min height as well, so that Bruno can be viewed in quarter window on screen

---------

Co-authored-by: Tarunkumar N Bagmar <tarunkumar@Tarunkumars-MacBook-Air.local>
Co-authored-by: Anoop M D <anoop@usebruno.com>
This commit is contained in:
Tarunkumar
2025-12-02 21:39:03 +05:30
committed by GitHub
parent 9bbcf7ecbe
commit d56e4f625b
2 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View File

@@ -52,7 +52,10 @@ bruno.iml
# Playwright
/blob-report/
# packages
# Development plan files
*.plan.md
# packages dist
packages/bruno-filestore/dist
packages/bruno-requests/dist
packages/bruno-schema-types/dist

View File

@@ -101,8 +101,8 @@ app.on('ready', async () => {
y,
width,
height,
minWidth: 1000,
minHeight: 640,
minWidth: 700,
minHeight: 400,
show: false,
webPreferences: {
nodeIntegration: true,