Skip to content

Commit 2184ee4

Browse files
Fixed DPI Scaling issue on Intersect Editor (#2166)
1 parent 4a168b8 commit 2184ee4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Intersect.Editor/Intersect.Editor.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<SelfContained>true</SelfContained>
1111
<TargetFramework>net7.0-windows</TargetFramework>
1212
<UseWindowsForms>true</UseWindowsForms>
13+
<ImplicitUsings>enable</ImplicitUsings>
14+
<ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode>
15+
<ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>
1316
</PropertyGroup>
1417

1518
<PropertyGroup>

0 commit comments

Comments
 (0)