mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fix text
This commit is contained in:
parent
f207ef2bf8
commit
e75cf3c324
@ -60,6 +60,8 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
numericUpDownHeight.Left = labelX.Left + labelX.Width + 3;
|
||||
buttonVideoChooseStandardRes.Left = numericUpDownHeight.Left + numericUpDownHeight.Width + 9;
|
||||
comboBoxFrameRate.Left = left;
|
||||
radioButtonImage.Text = LanguageSettings.Current.VobSubEditCharacters.Image;
|
||||
buttonChooseImageFile.Left = radioButtonImage.Left + radioButtonImage.Width + 9;
|
||||
|
||||
comboBoxFrameRate.Items.Clear();
|
||||
comboBoxFrameRate.Items.Add(23.976.ToString(CultureInfo.CurrentCulture));
|
||||
|
Loading…
Reference in New Issue
Block a user