diff --git a/pkg/gui/context/branches_context.go b/pkg/gui/context/branches_context.go index faff68ba9..9e30e36cc 100644 --- a/pkg/gui/context/branches_context.go +++ b/pkg/gui/context/branches_context.go @@ -30,7 +30,7 @@ func NewBranchesContext(c *ContextCommon) *BranchesContext { c.State().GetItemOperation, c.State().GetRepoState().GetScreenMode() != types.SCREEN_NORMAL, c.Modes().Diffing.Ref, - c.Views().Branches.InnerWidth(), + c.Views().Branches.InnerWidth()+c.Views().Branches.OriginX(), c.Tr, c.UserConfig(), c.Model().Worktrees,