We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd259cd commit c001b7bCopy full SHA for c001b7b
runtime/src/js/pgadmin.js
@@ -104,6 +104,7 @@ function openConfigure() {
104
height: 580,
105
position: 'center',
106
resizable: false,
107
+ parent: pgAdminMainScreen,
108
icon: '../../assets/pgAdmin4.png',
109
webPreferences: {
110
preload: path.join(__dirname, 'other_preload.js'),
@@ -333,6 +334,7 @@ function launchPgAdminWindow() {
333
334
height: 460,
335
336
337
338
339
340
0 commit comments