set minimum window size

This commit is contained in:
pypy
2020-06-26 22:35:51 +09:00
parent 5bea15ea63
commit a66da664f5

1
MainForm.Designer.cs generated
View File

@@ -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";