Added spacing to mm text on JogControls

MatterHackers/MCCentral#511
This commit is contained in:
Greg 2016-09-30 15:21:58 -07:00
parent b9f401624c
commit 36ef069629
2 changed files with 3 additions and 1 deletions

View file

@ -270,6 +270,7 @@ namespace MatterHackers.MatterControl
setMoveDistanceControl.AddChild(moveRadioButtons);
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 8);
mmLabel.Margin = new BorderDouble(left: 10);
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
tooBigFlowLayout.AddChild(mmLabel);
@ -541,6 +542,7 @@ namespace MatterHackers.MatterControl
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 8);
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
mmLabel.Margin = new BorderDouble(left: 10);
setMoveDistanceControl.AddChild(mmLabel);
setMoveDistanceControl.HAnchor = Agg.UI.HAnchor.ParentLeft;
eButtons.AddChild(setMoveDistanceControl);

@ -1 +1 @@
Subproject commit a5dd5f2c490013763dc7fb53358c22a255f2e108
Subproject commit 161cbfd8579fbe54f9f4fc24e37e663f88adf6b5