Revise control names

This commit is contained in:
John Lewin 2017-10-22 19:50:01 -07:00
parent e195d0154c
commit 6c21f79ef6
4 changed files with 39 additions and 11 deletions

View file

@ -110,7 +110,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
new SectionWidget(
"Speeds".Localize(),
ActiveTheme.Instance.PrimaryTextColor,
new ColorGradientWidget(sceneContext.LoadedGCode, theme, pointSize: 12)
new SpeedsLegend(sceneContext.LoadedGCode, theme, pointSize: 12)
{
HAnchor = HAnchor.Stretch,
Visible = sceneContext.RendererOptions.RenderSpeeds,