cutelog icon indicating copy to clipboard operation
cutelog copied to clipboard

Decrease UI size on Windows

Open raelb opened this issue 2 years ago • 1 comments

Hi, Thanks for your project. I'm running on Windows with 150% scaling, and the entire cutelog interface is enlarged. Is there a way to decrease the UI size as a whole?

See screenshot, with notepad++ in the background, showing normal appearance of app menu:

image

Thanks

raelb avatar Jul 10 '22 17:07 raelb

You can change this with an environment variable. Before starting cutelog, set it like this:

  • If you're using PowerShell: $Env:QT_AUTO_SCREEN_SCALE_FACTOR=0
  • If you're using cmd.exe: set QT_AUTO_SCREEN_SCALE_FACTOR=0

This should have the desired effect, but you'll probably also want to adjust font sizes in the settings of cutelog.

busimus avatar Jul 22 '22 15:07 busimus