mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Increase the default size of the Grant Wizard to enable it to properly display privileges at the default size on smaller displays. Fixes #2013
This commit is contained in:
parent
bf5a2252af
commit
f0202228d0
@ -1121,7 +1121,7 @@ define([
|
||||
}
|
||||
|
||||
// Call Grant Wizard Dialog and set dimensions for wizard
|
||||
alertify.wizardDialog(true).resizeTo('40%', '60%');
|
||||
alertify.wizardDialog(true).resizeTo('55%', '75%');
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user