On a HiDPI display, the application looks like this:
And sadly, it's almost unusable. The MIDI monitor, for example, is quite usable.
I confirm it is still reproducible on Linux Mint 20.
I have a hidpi display and the text scaling factor set to 1.5, the text is clipped.
I fixed it by launching with QT_SCALE_FACTOR=1.5 QT_SCREEN_SCALE_FACTORS=1.5 /path_to_MidiLayer-0.4.3-x86_64/MidiLayer-0.4.3
QT_SCALE_FACTOR=1.5 QT_SCREEN_SCALE_FACTORS=1.5 /path_to_MidiLayer-0.4.3-x86_64/MidiLayer-0.4.3
On windows you have the same problem, but you can solve it by changing "High DPI settings" in "Compatibility Settings"
Log in to post a comment.
I confirm it is still reproducible on Linux Mint 20.
I have a hidpi display and the text scaling factor set to 1.5, the text is clipped.
I fixed it by launching with
QT_SCALE_FACTOR=1.5 QT_SCREEN_SCALE_FACTORS=1.5 /path_to_MidiLayer-0.4.3-x86_64/MidiLayer-0.4.3
On windows you have the same problem, but you can solve it by changing "High DPI settings" in "Compatibility Settings"