mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
set minimum window size
This commit is contained in:
Generated
+1
@@ -82,6 +82,7 @@ namespace VRCX
|
|||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.ClientSize = new System.Drawing.Size(842, 561);
|
this.ClientSize = new System.Drawing.Size(842, 561);
|
||||||
|
this.MinimumSize = new System.Drawing.Size(320, 240);
|
||||||
this.Name = "MainForm";
|
this.Name = "MainForm";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "VRCX";
|
this.Text = "VRCX";
|
||||||
|
|||||||
Reference in New Issue
Block a user