Put in undo for Description and Measure tools.

issue: MatterHackers/MCCentral#6397
Need undo for description and measure tool moves
This commit is contained in:
Lars Brubaker 2021-04-29 11:17:31 -07:00
parent e8d07222c2
commit 3425b63f98
5 changed files with 82 additions and 19 deletions

View file

@ -94,7 +94,7 @@ namespace MatterHackers.MatterControl.Plugins
public double PixelsPerMM => inchesPerMm * SheetDpi;
public BorderDouble PageMarginMM { get; } = new BorderDouble(10, 40, 10, 0);
public BorderDouble PageMarginMM { get; } = new BorderDouble(10, 25, 10, 5);
public BorderDouble PageMarginPixels => PageMarginMM * PixelsPerMM;