It seems Qt doesn't scale the window icon we set in musescore.cpp with setWindowIcon.
We use the icon from mscore/data/icons/mscore.png
As far as I know this icon is used for the top left icon of the main window. And apparently for the mixer. The other musescore logo icons should use the ico file from mscore/data/mscore.ico. It includes the shortcut, the exe icon, the Alt+Tab icon, the task bar icon
Comments
I can reproduce with Win 8.1...
Discussion here http://stackoverflow.com/questions/17949693/windows-volume-mixer-icon-s…
but we never go that deep in windows API. It's probably Qt job.
It seems Qt doesn't scale the window icon we set in musescore.cpp with setWindowIcon.
We use the icon from mscore/data/icons/mscore.png
As far as I know this icon is used for the top left icon of the main window. And apparently for the mixer. The other musescore logo icons should use the ico file from mscore/data/mscore.ico. It includes the shortcut, the exe icon, the Alt+Tab icon, the task bar icon
Fixed in eabf4c1f18
Hmm apparently not fixed for Windows 7, but only for Windows 8 ...