Fix container load exceptions due to missing Add/Create Folder buttons
This commit is contained in:
parent
37a24826f9
commit
eac61f0217
1 changed files with 8 additions and 8 deletions
|
|
@ -157,14 +157,14 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
|
||||
allControls.AddChild(libraryView);
|
||||
|
||||
//buttonPanel = new FlowLayoutWidget()
|
||||
//{
|
||||
// HAnchor = HAnchor.Stretch,
|
||||
// Padding = ApplicationController.Instance.Theme.ToolbarPadding,
|
||||
// BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor,
|
||||
//};
|
||||
//AddLibraryButtonElements();
|
||||
//allControls.AddChild(buttonPanel);
|
||||
buttonPanel = new FlowLayoutWidget()
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
Padding = ApplicationController.Instance.Theme.ToolbarPadding,
|
||||
BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor,
|
||||
};
|
||||
AddLibraryButtonElements();
|
||||
allControls.AddChild(buttonPanel);
|
||||
|
||||
allControls.AnchorAll();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue