Skip to content

Commit c73f4f4

Browse files
committed
Merge branch 'dpi-per-monitor' into 240605-Fix-RightTop-Position
2 parents 63ce735 + 2869812 commit c73f4f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flow.Launcher/app.manifest

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@
4949
DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need
5050
to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should
5151
also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->
52-
<!--
5352
<application xmlns="urn:schemas-microsoft-com:asm.v3">
5453
<windowsSettings>
5554
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
55+
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
5656
</windowsSettings>
5757
</application>
58-
-->
5958

6059
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
6160
<dependency>

0 commit comments

Comments
 (0)