parent
bc964ab805
commit
dec42d4f5a
6 changed files with 7 additions and 5 deletions
|
|
@ -72,6 +72,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
this.CloseAllChildren();
|
||||
|
||||
var upbutton = theme.ButtonFactory.GenerateIconButton(AggContext.StaticData.LoadIcon(Path.Combine("FileDialog", "up_folder_20.png"), theme.InvertIcons));
|
||||
upbutton.VAnchor = VAnchor.Fit | VAnchor.Center;
|
||||
upbutton.Enabled = currentContainer.Parent != null;
|
||||
upbutton.Name = "Library Up Button";
|
||||
upbutton.Margin = new BorderDouble(right: 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue