mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert the minimum window size of the NWjs and set the width and height to 1024x768.
This commit is contained in:
parent
a72bae9e2f
commit
a10b0c7786
@ -207,8 +207,10 @@ function launchPgAdminWindow() {
|
||||
'frame': true,
|
||||
'position': 'center',
|
||||
'resizable': true,
|
||||
'min_width': 1024,
|
||||
'min_height': 768,
|
||||
'min_width': 640,
|
||||
'min_height': 480,
|
||||
'width': 1024,
|
||||
'height': 768,
|
||||
'focus': true,
|
||||
'show': false,
|
||||
}, (pgadminWindow)=> {
|
||||
|
Loading…
Reference in New Issue
Block a user