Change the font size for the the browser tree in pgAdmin4?
The font size can be changed for sql editor in preferences. Is there a way to change the font size of the browser tree in the left frame?
Solution 1:
pgAdmin4 starts his own webserver accessible at http://127.0.0.1:34809/browser/
From there you can easily change font size with usual browser options as ctrl + and ctrl -.
Solution 2:
Make a text file called 'qt.conf' with the following contents:
[Platforms]
WindowsArguments = dpiawareness=0
Then put this in your pgAdmin folder, e.g. C:\Program Files\PostgreSQL\10\pgAdmin 4\bin
and re-run pgAdmin.
Source: https://georgik.rocks/how-to-increase-font-size-in-pgadmin-4-on-windows/
Solution 3:
As of pgAdmin4 v5.1 there is a File > Runtime menu that allows you to zoom in and out, which will affect all fonts in pgAdmin.