From b3bf5ca597274c3438197cefe4138eb26cd417df Mon Sep 17 00:00:00 2001 From: Michael Delpach Date: Sat, 11 Jul 2020 13:48:09 +0800 Subject: [PATCH] Update HistoryForm.Designer.cs --- ShareX.HistoryLib/Forms/HistoryForm.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs b/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs index c63eabb04..e9f3e4501 100644 --- a/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs +++ b/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs @@ -260,7 +260,8 @@ private void InitializeComponent() // HistoryForm // resources.ApplyResources(this, "$this"); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.scMain); this.KeyPreview = true;