From 8ffe29e5089c4b168ccb6139e373cd2706129a3f Mon Sep 17 00:00:00 2001 From: Ed Kolis Date: Sun, 15 Jan 2023 17:21:50 -0500 Subject: [PATCH] Adjust DPI setting of main game form to prevent UI from being to small (#259) --- FrEee.WinForms/Forms/MainGameForm.Designer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FrEee.WinForms/Forms/MainGameForm.Designer.cs b/FrEee.WinForms/Forms/MainGameForm.Designer.cs index 192028fa..0bad07eb 100644 --- a/FrEee.WinForms/Forms/MainGameForm.Designer.cs +++ b/FrEee.WinForms/Forms/MainGameForm.Designer.cs @@ -927,8 +927,7 @@ private void InitializeComponent() // // MainGameForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(1270, 779); this.Controls.Add(this.pnlLayout);