UI fix for batch convert translate - thx Jamakmake :)

This commit is contained in:
Nikolaj Olsson 2024-04-05 14:37:19 +02:00
parent 16d309f69e
commit d74c4bf014

View File

@ -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)
{