diff --git a/components/tvplanit/source/vpweekview.pas b/components/tvplanit/source/vpweekview.pas index 5deb38ef5..f392d6d56 100644 --- a/components/tvplanit/source/vpweekview.pas +++ b/components/tvplanit/source/vpweekview.pas @@ -1782,9 +1782,9 @@ begin ) else wvInPlaceEditor.SetBounds( - wvActiveEventRec.Left + FGutterWidth + TextMargin, + wvActiveEventRec.Left + TextMargin, wvActiveEventRec.Top + TextMargin, - WidthOf(wvActiveEventRec) - TextMargin - FGutterWidth - 1, + WidthOf(wvActiveEventRec) - TextMargin - 1, HeightOf(wvActiveEventRec) - 2*TextMargin ); wvInplaceEditor.Show;