Skip to content

Commit a91d444

Browse files
committed
Use gdiScaling for HighDPI on windows
1 parent 8748c27 commit a91d444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qrgui/mainWindow/application.exe.manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<application xmlns="urn:schemas-microsoft-com:asm.v3">
3131
<windowsSettings>
3232
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
33+
<gdiScaling xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">true</gdiScaling>
3334
</windowsSettings>
3435
</application>
3536

0 commit comments

Comments
 (0)