View Issue Details

IDProjectCategoryView StatusLast Update
0013493MMW v4Main Panel/Toolbars/Menuspublic2016-09-06 23:10
Reporterpeke Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version4.1.14Fixed in Version4.1.14 
Summary0013493: Display: Improve Icon scaling on high res diplays and DPI
DescriptionMMW Icons can be very small on 4k displays especially if Monitor format is small like Surface Pro 4

Issue is easily solved by telling Windows to use external/program scaling routine instead of Windows native settings thru registry by adding this value:
----
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide]
"PreferExternalManifest"=dword:00000001
----

Also application needs to have manifest file similar to attached one.

We should see if we can somehow integrate this to MMW and enable better scaling.

Should be added to MM4.x and MM5
Additional InformationREH-346-96916
TagsNo tags attached.
Attached Files
Fixed in build1808

Activities

petr

2016-09-06 09:48

developer   ~0045564

Disabled dpiAware in our manifest

peke

2016-09-06 23:10

developer   ~0045591

Verified 1808