Minor adjustment of bookmark icon x pos - thx rRobis :)

Fix #8277
This commit is contained in:
Nikolaj Olsson 2024-04-30 16:23:50 +02:00
parent 03cef9b709
commit 28a52febdf

View File

@ -24575,6 +24575,8 @@ namespace Nikse.SubtitleEdit.Forms
labelVideoInfo.Left = checkBoxSyncListViewWithVideoWhilePlaying.Right;
labelVideoInfo.Width = labelVideoInfo.Parent.Width - labelVideoInfo.Left - 10;
pictureBoxBookmark.Left = numericUpDownDuration.Right - pictureBoxBookmark.Width + 4;
}
private void FixRightToLeftDependingOnLanguage()