Try Improved Style Dialog bigger then screen, can't press buttons
I have a 1920x1080 laptop screen, and just downloaded the latest MuseScore AppImage (3.6) on Ubuntu 20.04. The UI is ginormous by default. I was able to adjust icon size and font sizes in the preferences, but they don't seem to apply to all dialogs. See the dialog about updating to the new style in the screenshot - it is taller then my entire screen and I can't select the options. Any suggestions on how I can get the UI under control?
Attachment | Size |
---|---|
MuseScore3.6_styleDialogTooBig.png | 255.46 KB |
Comments
See: https://musescore.org/en/node/315797
HTH
In reply to See: https://musescore.org… by Shoichi
thanks. those are all windows users. where might i find information on how to pass display scaling parameters to the linux AppImage version?
In reply to thanks. those are all… by cfhowes
Simpler with Linux, just add "-D xxx" to the command line.
However, that option only affects the score, icons, and palettes, not dialogs, This generally indicates something different going on. Try setting, or upsetting, QT_AUTO_SCREEN_SCALE_FACTOR (try 1 or 0).
In reply to Simpler with Linux, just add… by Marc Sabatella
Amazing!
QT_AUTO_SCREEN_SCALE_FACTOR=0 ./mscore-portable
made the UI look sooooo much better. Now I want to try and get that set in the desktop integration so i don't have to worry about it anymore. thanks so much!Is there a help article/FAQ somewhere that I could edit for others that come across this?
In reply to Amazing! QT_AUTO_SCREEN… by cfhowes
Good question. Probably there should be an article somewhere, but there isn't that I know of. Ideally, it would mention this, the Windows workarounds involving overriding high dpi settings on the .exe file, and also the "-D" option.
In reply to Good question. Probably… by Marc Sabatella
Maybe a HowTo is due for this?