Complete rename to UIField

This commit is contained in:
John Lewin 2017-09-13 06:59:30 -07:00
parent 334f64148b
commit acff39eee0
13 changed files with 25 additions and 18 deletions

View file

@ -31,7 +31,7 @@ using MatterHackers.Agg.UI;
namespace MatterHackers.MatterControl.SlicerConfiguration
{
public abstract class NumberField : BasicField
public abstract class NumberField : UIField
{
protected MHNumberEdit numberEdit;