FWIW, I saw that at one time then thought it went away. Or maybe because I only saw it while testing a specific branch that introduce the problem? I think it related to https://github.com/musescore/MuseScore/pull/5729.
The problem on (some) high DPI systems is considerably worse than shown here, the cells do not scale so the key signatures don't fit within them at all. Here's how it looks for me:
It gets corresponding worse as I turn up the paletteScale advanced preference (which emulates higher DPI displays still, or people who wish extra large palettes for accessibility reasons) - the key signatures get bigger and bigger but the palette cell never does:
_fix #304959: fix clipping and scaling of Key Signatures palette in New Score wizard
Ensures accounting for GUI scaling in PaletteListView and uses a
different approach to prevent large gaps between palette cells
(using setGridSize() call instead of setting negative spacing).
This approach prevents clipping of some cells in that palette.
Comments
FWIW, I saw that at one time then thought it went away. Or maybe because I only saw it while testing a specific branch that introduce the problem? I think it related to https://github.com/musescore/MuseScore/pull/5729.
I see it with the official 3.5 alpha package.
The problem on (some) high DPI systems is considerably worse than shown here, the cells do not scale so the key signatures don't fit within them at all. Here's how it looks for me:
It gets corresponding worse as I turn up the paletteScale advanced preference (which emulates higher DPI displays still, or people who wish extra large palettes for accessibility reasons) - the key signatures get bigger and bigger but the palette cell never does:
See https://github.com/musescore/MuseScore/pull/6167
Fixed in branch 3.x, commit 15b7ff2771
_fix #304959: fix clipping and scaling of Key Signatures palette in New Score wizard
Ensures accounting for GUI scaling in PaletteListView and uses a
different approach to prevent large gaps between palette cells
(using setGridSize() call instead of setting negative spacing).
This approach prevents clipping of some cells in that palette.
Co-authored-by: Marc Sabatella _
Fixed in branch 3.x, commit 54a082b550
_Merge pull request #6167 from dmitrio95/keysig-palette-grid-size-scale
fix #304959: fix clipping and scaling of Key Signatures palette in New Score wizard_
Automatically closed -- issue fixed for 2 weeks with no activity.