B2017-111: Add a little more space between figure & change bar
This commit is contained in:
parent
7c615cf182
commit
f4d9d38e59
@ -4969,7 +4969,7 @@ namespace Volian.Print.Library
|
||||
if (bxCautNote != null)
|
||||
rightEdge = (float)bxCautNote.End + 10; // used for notes and cautions in the Prairie Island Alarms format
|
||||
rightEdge = rightEdge / paragraph.MyItemInfo.FormatStepData.Font.CharsToTwips;
|
||||
return rightEdge;
|
||||
return MyItemInfo.IsFigure?rightEdge+1:rightEdge; // B2017-111: Add a little more space between figure & change bar
|
||||
}
|
||||
if (fixedChgCol < -10 || fixedChgCol >= 0)
|
||||
return ((fixedChgCol > 0) ? fixedChgCol :
|
||||
|
Loading…
x
Reference in New Issue
Block a user