We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3962df commit d64aaa6Copy full SHA for d64aaa6
1 file changed
Program.cs
@@ -28,7 +28,7 @@ public class MainForm : Form
28
public MainForm()
29
{
30
this.Text = "SCS Extractor GUI — Complete Edition";
31
- this.Size = new Size(750, 1000);
+ this.Size = new Size(700, 900);
32
this.BackColor = BgColor;
33
this.ForeColor = TextColor;
34
this.Font = new Font("Segoe UI", 10);
0 commit comments