Revise control names
This commit is contained in:
parent
e195d0154c
commit
6c21f79ef6
4 changed files with 39 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue