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)"/*,