How to fix large chrome address bar and tabs in linux
Close ALL instances of chrome
In the terminal type
google-chrome --high-dpi-support=1 --force-device-scale-factor=1
you can add those flags in the necessary palaces to keep the change.
In my case, Xubuntu 16.04, i opened the Menu Editor, found chrome and changed the command from
/usr/bin/google-chrome-stable %U
to
/usr/bin/google-chrome-stable --high-dpi-support=1 --force-device-scale-factor=1 %U
Recent Comments