Commit 78206be 1 parent b3afd46 commit 78206be Copy full SHA for 78206be
File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
+ <assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" xmlns : asmv3 =" urn:schemas-microsoft-com:asm.v3" >
3
+ <asmv3 : application >
4
+ <asmv3 : windowsSettings >
5
+ <dpiAware xmlns =" http://schemas.microsoft.com/SMI/2005/WindowsSettings" >true</dpiAware >
6
+ <dpiAwareness xmlns =" http://schemas.microsoft.com/SMI/2016/WindowsSettings" >PerMonitorV2</dpiAwareness >
7
+ </asmv3 : windowsSettings >
8
+ </asmv3 : application >
9
+ </assembly >
Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ if(WIN32)
187
187
addPath("${srcDir} /resources" )
188
188
# add windows rc file for the icon
189
189
addFile("${srcDir} /resources/TSE.rc" )
190
+ # set dpi awareness to prevent scaling
191
+ addFile("${srcDir} /resources/TSE.manifest" )
190
192
endif ()
191
193
192
194
if (APPLE )
You can’t perform that action at this time.
0 commit comments