Skip to content

Commit a255433

Browse files
committed
update the Update date
1 parent aeec318 commit a255433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/designers/disable-dpi-awareness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Disable DPI-awareness for scaling in forms
33
description: Fix scaling issues with Windows Forms Designer on HDPI monitors.
4-
ms.date: 04/10/2022
4+
ms.date: 10/20/2022
55
author: TerryGLee
66
ms.author: tglee
77
manager: jmartens
@@ -51,7 +51,7 @@ There are three options to resolve the display problem:
5151
5252
### Restart Visual Studio as a DPI-unaware process
5353

54-
The preferred solution to this issue is to restart Visual Studio as a DPI-unaware process. Do so by selecting the option on the yellow informational bar.
54+
The preferred solution to this issue is to restart Visual Studio as a DPI-unaware process. Do so by selecting the option on the yellow informational bar.
5555

5656
When Visual Studio runs as a DPI-unaware process, the designer layout issues are resolved, but fonts may appear blurry and you may see issues in other designers such as the **XAML Designer**.. Visual Studio displays a different yellow informational message when it runs as a DPI-unaware process that says **Visual Studio is running as a DPI-unaware process. WPF and XAML designers might not display correctly.** The informational bar also provides an option to **Restart Visual Studio as a DPI-aware process**.
5757

0 commit comments

Comments
 (0)