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);