mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
parent
230ce833f4
commit
0ae1080d0f
@ -296,6 +296,11 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
numericUpDownDuration.Left = timeUpDownStartTime.Right + 15;
|
||||
numericUpDownDuration.Width += 5;
|
||||
}
|
||||
|
||||
labelSingleLine.Left = textBoxListViewText.Left;
|
||||
labelTextLineLengths.Left = textBoxListViewText.Left;
|
||||
labelSingleLinePixels.Left = textBoxListViewText.Left;
|
||||
|
||||
labelDuration.Left = numericUpDownDuration.Left;
|
||||
|
||||
var xDiff = timeUpDownStartTime.Top - (labelStartTime.Top + labelStartTime.Height);
|
||||
|
Loading…
Reference in New Issue
Block a user