From a66da664f5a74cd31e96052a6a6c3a6134bb941d Mon Sep 17 00:00:00 2001 From: pypy Date: Fri, 26 Jun 2020 22:35:51 +0900 Subject: [PATCH] set minimum window size --- MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index e269e0bd..e40d3c8e 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -82,6 +82,7 @@ namespace VRCX this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(842, 561); + this.MinimumSize = new System.Drawing.Size(320, 240); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "VRCX";