mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -101,8 +101,8 @@ app.on('ready', async () => {
|
||||
y,
|
||||
width,
|
||||
height,
|
||||
minWidth: 1000,
|
||||
minHeight: 640,
|
||||
minWidth: 700,
|
||||
minHeight: 400,
|
||||
show: false,
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
|
||||
Reference in New Issue
Block a user