Added functional "Remove All" button to "Queue Options" drop menu in the print queue. Also converted some light strings to primary text color.
This commit is contained in:
parent
ef5f15c4b4
commit
b31897ace8
3 changed files with 17 additions and 1773 deletions
|
|
@ -128,7 +128,7 @@ namespace MatterHackers.MatterControl
|
|||
setMoveDistanceControl.AddChild(moveRadioButtons);
|
||||
}
|
||||
|
||||
TextWidget mmLabel = new TextWidget("mm", textColor: RGBA_Bytes.White, pointSize:10);
|
||||
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize:10);
|
||||
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
||||
setMoveDistanceControl.AddChild(mmLabel);
|
||||
setMoveDistanceControl.HAnchor = Agg.UI.HAnchor.ParentLeft;
|
||||
|
|
@ -250,7 +250,7 @@ namespace MatterHackers.MatterControl
|
|||
setMoveDistanceControl.AddChild(moveRadioButtons);
|
||||
}
|
||||
|
||||
TextWidget mmLabel = new TextWidget("mm", textColor: RGBA_Bytes.White, pointSize:10);
|
||||
TextWidget mmLabel = new TextWidget("mm", textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize:10);
|
||||
mmLabel.VAnchor = Agg.UI.VAnchor.ParentCenter;
|
||||
setMoveDistanceControl.AddChild(mmLabel);
|
||||
setMoveDistanceControl.HAnchor = Agg.UI.HAnchor.ParentLeft;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue