Made 'Open', 'Save' and 'Bed' more intuitive

Added more sliders
Fixed issue with load progress indicator not clearing
Made value display update for more sliders
This commit is contained in:
Lars Brubaker 2021-09-13 17:47:24 -07:00
parent 2077cf7987
commit a238c8c4b0
14 changed files with 73 additions and 61 deletions

View file

@ -210,6 +210,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
var exportGCodeButton = menuTheme.CreateSplitButton(new SplitButtonParams()
{
ButtonText = "Export".Localize(),
BackgroundColor = theme.MinimalShade,
ButtonTooltip = exportPlugin.Enabled ? exportType : exportPlugin.DisabledReason,
ExtendPopupMenu = (popupMenu) =>
{