parent
b9f401624c
commit
36ef069629
2 changed files with 3 additions and 1 deletions
|
|
@ -270,6 +270,7 @@ namespace MatterHackers.MatterControl
|
||||||
setMoveDistanceControl.AddChild(moveRadioButtons);
|
setMoveDistanceControl.AddChild(moveRadioButtons);
|
||||||
|
|
||||||
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 8);
|
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 8);
|
||||||
|
mmLabel.Margin = new BorderDouble(left: 10);
|
||||||
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
||||||
|
|
||||||
tooBigFlowLayout.AddChild(mmLabel);
|
tooBigFlowLayout.AddChild(mmLabel);
|
||||||
|
|
@ -541,6 +542,7 @@ namespace MatterHackers.MatterControl
|
||||||
|
|
||||||
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 8);
|
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 8);
|
||||||
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
||||||
|
mmLabel.Margin = new BorderDouble(left: 10);
|
||||||
setMoveDistanceControl.AddChild(mmLabel);
|
setMoveDistanceControl.AddChild(mmLabel);
|
||||||
setMoveDistanceControl.HAnchor = Agg.UI.HAnchor.ParentLeft;
|
setMoveDistanceControl.HAnchor = Agg.UI.HAnchor.ParentLeft;
|
||||||
eButtons.AddChild(setMoveDistanceControl);
|
eButtons.AddChild(setMoveDistanceControl);
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a5dd5f2c490013763dc7fb53358c22a255f2e108
|
Subproject commit 161cbfd8579fbe54f9f4fc24e37e663f88adf6b5
|
||||||
Loading…
Add table
Add a link
Reference in a new issue