mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
UI fix for batch convert translate - thx Jamakmake :)
This commit is contained in:
parent
16d309f69e
commit
d74c4bf014
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user