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:
parent
e8d07222c2
commit
3425b63f98
5 changed files with 82 additions and 19 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue