diff --git a/src/ui/Forms/BatchConvert.cs b/src/ui/Forms/BatchConvert.cs index d61fb0819..bd925741f 100644 --- a/src/ui/Forms/BatchConvert.cs +++ b/src/ui/Forms/BatchConvert.cs @@ -414,6 +414,9 @@ namespace Nikse.SubtitleEdit.Forms labelSource.Text = LanguageSettings.Current.GoogleTranslate.From; labelTarget.Text = LanguageSettings.Current.GoogleTranslate.To; + labelSource.Left = comboBoxSource.Left - labelSource.Width - 5; + labelTarget.Left = comboBoxTarget.Left - labelTarget.Width - 5; + var mode = Configuration.Settings.Tools.BatchConvertFixRtlMode; if (mode == RemoveUnicode) {