Thanks to visit codestin.com
Credit goes to github.com

Skip to content

High DPI Support #321

@ghc4

Description

@ghc4

Computers using HiDPI windows scalling with non hidpi apps will blur the interface (it will scale the interface like a bitmap, not like a vector).

To add HiDPI Support, just add this to manifest file.
VS2015 already have it, just need to uncomment the section.

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > <asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>true</dpiAware> </asmv3:windowsSettings> </asmv3:application> </assembly>

source: http://stackoverflow.com/questions/36336797/do-i-have-to-handle-hidpi-capabilities-within-my-source-code-or-is-it-provided

Metadata

Metadata

Assignees

Labels

EnhancementA new feature or improvement to an existing feature.Priority - HighIssue needs to be addressed as soon as possibleUI/UXRelates to the user interface design and overall feel of the application.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions