10

In my high resolution laptop display I defined the font to 230 dpi so everything looks fine but some apps that are running in java.

Is it possible to display a specific desired window scaled in double size?

For example: define that only the Jitsi-window has double size while all other windows stay system size.

rubo77
  • 34,024
  • 52
  • 172
  • 299

1 Answers1

1

You can work around it with the resolution switcher as in the answer here: Fix scaling of java-based applications for a high DPI screen

It automatically changes the resolution based on the app in focus

rubo77
  • 34,024
  • 52
  • 172
  • 299