Made better messaging around advanced

added 316L scaling
made a new back button
This commit is contained in:
Lars Brubaker 2021-05-07 11:29:59 -07:00
parent 6b030b8a28
commit 66a4a92e66
12 changed files with 91 additions and 22 deletions

View file

@ -59,7 +59,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
{
this.CloseChildren();
var upbutton = new IconButton(StaticData.Instance.LoadIcon(Path.Combine("Library", "upfolder_20.png"), 20, 20, theme.InvertIcons), theme)
var upbutton = new IconButton(StaticData.Instance.LoadIcon(Path.Combine("Library", "back.png"), 20, 20, theme.InvertIcons), theme)
{
VAnchor = VAnchor.Fit | VAnchor.Center,
Enabled = currentContainer.Parent != null,