Mysql workbench left schemas window database and table name font size cannot be set?

how to adjust the font size of the schemas window database and table name on the left side of mysql workbench?

ubuntu Mysql workbench, is shown in figure, database name and table name fonts are really too small

Oct.31,2021

you can modify workbench.css directly

cd /usr/share/mysql-workbench
sudo vi workbench.css

if you don't have this directory, you can use the find command to find the file location

sudo find / -name workbench.css
Menu