Skip to content

Commit d64aaa6

Browse files
authored
Update Program.cs
1 parent c3962df commit d64aaa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class MainForm : Form
2828
public MainForm()
2929
{
3030
this.Text = "SCS Extractor GUI — Complete Edition";
31-
this.Size = new Size(750, 1000);
31+
this.Size = new Size(700, 900);
3232
this.BackColor = BgColor;
3333
this.ForeColor = TextColor;
3434
this.Font = new Font("Segoe UI", 10);

0 commit comments

Comments
 (0)