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 43430cc commit 69f453dCopy full SHA for 69f453d
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/AnchorEditor.AnchorUI.cs
@@ -69,8 +69,8 @@ public virtual AnchorStyles GetSelectedAnchor()
69
70
internal virtual void InitializeComponent()
71
{
72
- int XBORDER = ScaleHelper.ScaleToInitialSystemDpiSystemInformation.Border3DSize.Width);
73
- int YBORDER = ScaleHelper.ScaleToInitialSystemDpiSystemInformation.Border3DSize.Height);
+ int XBORDER = ScaleHelper.ScaleToInitialSystemDpi(SystemInformation.Border3DSize.Width);
+ int YBORDER = ScaleHelper.ScaleToInitialSystemDpi(SystemInformation.Border3DSize.Height);
74
SuspendLayout();
75
76
var pixel_10 = ScaleHelper.ScaleToInitialSystemDpi(10);
0 commit comments