Browse Source

fix blur in window 10

Ivan Denisov 6 năm trước cách đây
mục cha
commit
916d1c2055
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      BlackBox/_Windows_GUI/BlackBox.exe.manifest

+ 5 - 0
BlackBox/_Windows_GUI/BlackBox.exe.manifest

@@ -15,4 +15,9 @@
           />
       </dependentAssembly>
   </dependency>
+  <application xmlns="urn:schemas-microsoft-com:asm.v3">
+    <windowsSettings>
+      <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">False</dpiAware>
+    </windowsSettings>
+  </application>
 </assembly>