That can all be done in the Dimensioning, rather than adjusting Dimensions afterwards, by using APParent-INTersection object snap and/or point filtering [.X, .Y] when designating the Dimension definition points. Which approach would depend on the type of entity, its orientation, and where on it you're dimensioning to.
I will assume your uppermost horizontal purplish line is actually two Lines [or Polyline segments, or whatever] and that the 60- & 75-unit horizontal dimensions' common definition point is the midpoint of the Line or segment that forms the left part of that. If that's the case, the 60 Dimension could be done this way:
DIMLINEAR
[snap to overall upper left corner for first point]
.X
[snap to midpoint of left-end-portion purplish line for X coordinate of second point]
[it will prompt "(need YZ)" -- snap to anywhere on the overall upper edge for Y coordinate of second point (Z is irrelevant)]
[specify Dimension line location]
The 75 Dimension could be done similarly, or its second point could be designated with:
APPINT
[pick the vertical element of the red center-mark, and the overall upper edge, to specify their APParent INTersection as the second point]
If you ever need to do this at non-orthogonal angles, the point-filtering approach won't help, but APPINT will do for many situations, or FROM for others.
Kent Cooper, AIA