diff --git a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs index 53efa41d8..4e71b8084 100644 --- a/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs +++ b/ShareX.UploadersLib/Forms/CustomUploaderSettingsForm.Designer.cs @@ -499,7 +499,7 @@ private void InitializeComponent() // cArgumentsValue // this.cArgumentsValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.cArgumentsValue.DefaultCellStyle = dataGridViewCellStyle6; resources.ApplyResources(this.cArgumentsValue, "cArgumentsValue"); this.cArgumentsValue.Name = "cArgumentsValue";