mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed accessibility issue where few dialogs are not rendering properly
when we zoomed in browser window 200% and screen resolution is low. Fixes #5662
This commit is contained in:
committed by
Akshay Joshi
parent
3c08e618bd
commit
2db9242f5c
@@ -424,7 +424,7 @@ define('tools.restore', [
|
||||
let dialog = new restoreDialog.RestoreDialog(
|
||||
pgBrowser, $, alertify, RestoreObjectModel
|
||||
);
|
||||
dialog.draw(action, treeItem, pgBrowser.stdW.md, pgBrowser.stdH.md);
|
||||
dialog.draw(action, treeItem, pgBrowser.stdW.calc(), pgBrowser.stdH.calc());
|
||||
},
|
||||
};
|
||||
return pgBrowser.Restore;
|
||||
|
||||
Reference in New Issue
Block a user