From 66d7cededdfdc70bbef15814d9dfd0897d7c7eef Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sat, 27 Mar 2021 17:59:13 +0800 Subject: [PATCH] Fix LogForm RouteForm ScaleDimensions --- Netch/Forms/LogForm.Designer.cs | 2 +- Netch/Forms/Mode/Route.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Forms/LogForm.Designer.cs b/Netch/Forms/LogForm.Designer.cs index 0c1ae8ba..5b5fb079 100644 --- a/Netch/Forms/LogForm.Designer.cs +++ b/Netch/Forms/LogForm.Designer.cs @@ -61,7 +61,7 @@ namespace Netch.Forms // // LogForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(454, 318); this.ControlBox = false; diff --git a/Netch/Forms/Mode/Route.Designer.cs b/Netch/Forms/Mode/Route.Designer.cs index 59d2bb2a..8f09223e 100644 --- a/Netch/Forms/Mode/Route.Designer.cs +++ b/Netch/Forms/Mode/Route.Designer.cs @@ -161,7 +161,7 @@ namespace Netch.Forms.Mode // // Route // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(356, 419); this.Controls.Add(this.ConfigurationGroupBox);