From b9fd99de54fd638ec517bde04be6062a9c11c903 Mon Sep 17 00:00:00 2001 From: Persephone Bubblegum-Holiday Date: Sun, 1 Jun 2025 14:10:28 -0700 Subject: [PATCH] Update MainForm.cs --- USTConverter/USTConverter/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USTConverter/USTConverter/MainForm.cs b/USTConverter/USTConverter/MainForm.cs index bc73a1b..66a1bd5 100644 --- a/USTConverter/USTConverter/MainForm.cs +++ b/USTConverter/USTConverter/MainForm.cs @@ -15,7 +15,7 @@ namespace USTConverter TextBox FilePathTextBox = new TextBox(); Button BrowseFileButton = new Button { Text = "Browse", Width = 100 }; Button ConvertButton = new Button { Text = "Convert", Width = 100 }; - CheckBox CompressAudioCheckBox = new CheckBox { Text = "Compress Audio", Width = 100 }; + CheckBox CompressAudioCheckBox = new CheckBox { Text = "Compress Audio" }; string[] InputTypes = { "RSHW File (RR Engine)", "CSHW File (RR Engine)", "SSHW File (RR Engine)"/*,