From 28a52febdf89e7e811ad73f17bdb7309707eaacf Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Tue, 30 Apr 2024 16:23:50 +0200 Subject: [PATCH] Minor adjustment of bookmark icon x pos - thx rRobis :) Fix #8277 --- src/ui/Forms/Main.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/Forms/Main.cs b/src/ui/Forms/Main.cs index 6374e4cb7..dc8307153 100644 --- a/src/ui/Forms/Main.cs +++ b/src/ui/Forms/Main.cs @@ -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()