Revert the minimum window size of the NWjs and set the width and height to 1024x768.

This commit is contained in:
Akshay Joshi 2021-09-06 21:45:40 +05:30
parent a72bae9e2f
commit a10b0c7786

View File

@ -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)=> {