Fixe error with icon list

This commit is contained in:
Lars Brubaker 2020-05-18 18:00:42 -07:00
parent 49b4038b21
commit 3fd9ed31c3
2 changed files with 2 additions and 4 deletions

View file

@ -36,13 +36,12 @@ namespace MatterHackers.MatterControl.DesignTools
{
public enum PresentationMode
{
DropDownList,
IconRow,
Tabs,
Buttons
}
public PresentationMode Mode { get; set; } = PresentationMode.DropDownList;
public PresentationMode Mode { get; set; } = PresentationMode.IconRow;
public EnumDisplayAttribute()
{