Minor ui fix

This commit is contained in:
niksedk 2022-01-03 15:17:27 +01:00
parent 10183dcc89
commit 8a16491338

View File

@ -221,7 +221,10 @@
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonGenerate);
this.Controls.Add(this.textBoxLog);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(575, 250);
this.Name = "AudioToText";
this.ShowIcon = false;