How to reset pgAdmin4 GUI?

淺唱寂寞╮ 提交于 2020-03-14 07:05:16

问题


I tried Ctrl++, Ctrl+-, then pgAdmin4 v1.1 (on Windows 10 Pro x64) error. Then, I tried re-install, but error still exist:

How to fix this error?


回答1:


I had this error too. The menu item "Reset Layout" was not visible. Actually NO menu item was visible, so I dug up the actual method that is triggered by the "Reset Layout".

To fix, do this:

  • Open the browser console
  • Paste this JavaScrips code: pgAdmin.Settings.show()
  • This should pop up dialog: "Are you sure you want to reset the current layout? ..."



回答2:


RESET Layout :

1.The pgAdmin menu bar displays the following selections: File, Object, Tools, and Help.*

Use the File menu to access the following options:

File -> Reset Layout

OR

  1. Open the browser console and run following :-

pgAdmin.Settings.show()

This should pop up dialog: "Are you sure you want to reset the current layout? ..."




回答3:


go to file option and select reset layout. https://www.pgadmin.org/docs/pgadmin4/dev/pgadmin_menu_bar.html




回答4:


Zoom in: Ctrl + Shift + +

Zoom out: Ctrl + -




回答5:


Like a web-page, press Ctrl + 0 for reset zoom level.




回答6:


Neither of the mentioned methods worked for me to reset the pgAdmin layout. Finally, what helped, was to delete the ..\AppData\Roaming\pgAdmin\ directory and install again.



来源:https://stackoverflow.com/questions/40777126/how-to-reset-pgadmin4-gui

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!