Nesvilab / FragPipe

A cross-platform proteomics data analysis suite
http://fragpipe.nesvilab.org
Other
186 stars 37 forks source link

Change UI Scaling #1646

Closed tjlundgren closed 3 months ago

tjlundgren commented 3 months ago

Hello Fragpipe team!

I have an odd issue. Sometimes Fragpipe will scale the text very small on my screen... image I have a hard time reproducing it, have only observed it on one specific workstation, and has persisted through at least 2 versions of Fragpipe now.

Would you kindly consider adding the ability to manually scale the UI?

fcyu commented 3 months ago

It happens when you are using a 4K monitor. Windows somehow can't figure out the right font size for the UIs. You could change the configuration to resolve this problem.

  1. Right click fragpipe.exe
  2. Click Properties
  3. Click Compatibility tab
  4. Click Change high DPI settings
  5. Check the Use this setting to fix scaling problems for this program instead of the one in Settings box
  6. Click OK, and then OK in the Properties window.

image

Best,

Fengchao

tjlundgren commented 3 months ago

Thank you!