Revise naming to reflect behavior

This commit is contained in:
John Lewin 2017-09-13 21:25:49 -07:00
parent d1a05ad632
commit 31a798b0a2

View file

@ -471,7 +471,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
if (group.Name == "Connection")
{
subGroupLayoutTopToBottom.AddChild(SliceSettingsWidget.CreatePrinterExtraControls(isPrimarySettingsView: true));
subGroupLayoutTopToBottom.AddChild(SliceSettingsWidget.CreateOemProfileInfoRow(isPrimarySettingsView: true));
}
}
@ -789,7 +789,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public static readonly RGBA_Bytes userSettingBackgroundColor = new RGBA_Bytes(68, 95, 220, 150);
// Creates an information row showing the base OEM profile and its create_date value
public static GuiWidget CreatePrinterExtraControls(bool isPrimarySettingsView = false)
public static GuiWidget CreateOemProfileInfoRow(bool isPrimarySettingsView = false)
{
var dataArea = new FlowLayoutWidget(FlowDirection.TopToBottom)
{