kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.07k stars 140 forks source link

Scaling of window #76

Closed declarationperfume closed 3 years ago

declarationperfume commented 4 years ago

Scaling of the settings window. On HiDPI displays, it is currently very small.

kosua20 commented 4 years ago

Hello and thank you for this feedback! That's a good point, I got used to Imgui panels being small on HiDPI screens but it's not comfortable for all users, I'll see what I can do.

kosua20 commented 4 years ago

In the latest release 5.3 I've added an option for this in the "Display" menu. You can also specify it from the command line using the --gui-size argument. In the future I would like to be able to detect it automatically, but I know that different OSes are handling window resolution on HiDPI very differently.