We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd9e81 commit e863d99Copy full SHA for e863d99
Flow.Launcher/app.manifest
@@ -49,7 +49,7 @@
49
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
50
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
51
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->
52
- <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
53
<windowsSettings>
54
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
55
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
0 commit comments